Month: January 2009

  • Improving Secondary Asset Loading Time for an ATG Application

    Now that we covered improving the performance of serving the HTML from the JSP, we need to tackle the bigger problem of all of the secondary assets and media that the page loads to display correctly. This includes images, Javascript, CSS, Flash, videos, etc… The reason that these secondary page assets are so critical for…

  • Setting Cache Headers from JBoss

    Having control over the HTTP response headers allows you to set cache related headers in responses for various content you’d like cached on the browser (or an intermediary proxy). I created the ATG Cache Control DAS pipeline Servlet a year ago, but when you’re using JBoss you need another solution. Since the DAF pipeline is…

  • Improving JSP Serving Time for an ATG Application

    Improving the performance of the JSPs that serve your HTML pages is the first step in improving the overall site performance. The user’s browser can not start rendering the page or requesting the secondary media. Also the faster the page request is completed, the sooner you have a thread free to handle the next request.…

PHP Code Snippets Powered By : XYZScripts.com