<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Improving JSP Serving Time for an ATG Application</title>
	<atom:link href="http://www.digitalsanctuary.com/tech-blog/java/atg/improving-jsp-serving-time-for-an-atg-application.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.digitalsanctuary.com/tech-blog/java/atg/improving-jsp-serving-time-for-an-atg-application.html</link>
	<description>Java, ATG, Seam, and related Technologies</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:00:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Devon</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/atg/improving-jsp-serving-time-for-an-atg-application.html/comment-page-1#comment-143620</link>
		<dc:creator>Devon</dc:creator>
		<pubDate>Sat, 20 Aug 2011 00:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=200#comment-143620</guid>
		<description>Sunil,

I&#039;m not sure off-hand how Best Buy is leveraging Akamai, so I can&#039;t speak to that exactly.  The majority of ATG customers who are using Akamai, are only using Akamai to cache static assets such as JavaScript, CSS, Images, Flash, etc... and the JSPs are all still served dynamically from the app servers.  In this situation the Cache droplet is VERY important.

There are a couple instances where through advanced Akamai integration and/or heavy use of AJAX to populate dynamic content sections asynchronously, some clients DO cache JSP pages at Akamai - for things like home page, category pages, and even product pages sometimes.  If Best Buy is doing that, then the Cache droplet will not matter as much, although it will still help some, since Akamai will make multiple origin pulls for the same resources.

It really depends on your Akamai integration setup.

Regards,

Devon</description>
		<content:encoded><![CDATA[<p>Sunil,</p>
<p>I&#8217;m not sure off-hand how Best Buy is leveraging Akamai, so I can&#8217;t speak to that exactly.  The majority of ATG customers who are using Akamai, are only using Akamai to cache static assets such as JavaScript, CSS, Images, Flash, etc&#8230; and the JSPs are all still served dynamically from the app servers.  In this situation the Cache droplet is VERY important.</p>
<p>There are a couple instances where through advanced Akamai integration and/or heavy use of AJAX to populate dynamic content sections asynchronously, some clients DO cache JSP pages at Akamai &#8211; for things like home page, category pages, and even product pages sometimes.  If Best Buy is doing that, then the Cache droplet will not matter as much, although it will still help some, since Akamai will make multiple origin pulls for the same resources.</p>
<p>It really depends on your Akamai integration setup.</p>
<p>Regards,</p>
<p>Devon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunil</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/atg/improving-jsp-serving-time-for-an-atg-application.html/comment-page-1#comment-143156</link>
		<dc:creator>sunil</dc:creator>
		<pubDate>Thu, 18 Aug 2011 04:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=200#comment-143156</guid>
		<description>Hi,
I beleive Best Buy might be using the Akamai Caching. If so, Akamai caches the page and he subsequent request form the end users should be served from Akamai Cache without needing to hit hte customer serer.

If my understanding is correct then why do we need CacheDroplet? 
Can you please justify or may be correct me if my understanding is wrong?

Sunil</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I beleive Best Buy might be using the Akamai Caching. If so, Akamai caches the page and he subsequent request form the end users should be served from Akamai Cache without needing to hit hte customer serer.</p>
<p>If my understanding is correct then why do we need CacheDroplet?<br />
Can you please justify or may be correct me if my understanding is wrong?</p>
<p>Sunil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Carlson</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/atg/improving-jsp-serving-time-for-an-atg-application.html/comment-page-1#comment-72521</link>
		<dc:creator>Ben Carlson</dc:creator>
		<pubDate>Fri, 15 Oct 2010 15:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=200#comment-72521</guid>
		<description>&quot;The Cache droplet is THE most under-utilized ATG droplet.&quot; - Amen, Devon.</description>
		<content:encoded><![CDATA[<p>&#8220;The Cache droplet is THE most under-utilized ATG droplet.&#8221; &#8211; Amen, Devon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luca Gilardoni</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/atg/improving-jsp-serving-time-for-an-atg-application.html/comment-page-1#comment-60797</link>
		<dc:creator>Luca Gilardoni</dc:creator>
		<pubDate>Fri, 18 Jun 2010 13:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=200#comment-60797</guid>
		<description>About the &#039;The Cache droplet is THE most under-utilized ATG droplet&quot;; true. However I just fought a bit before realising that
it won&#039;t work if the cached snippet includes an include ... not mentioned anywhere (and I&#039;m not even sure why exactly).</description>
		<content:encoded><![CDATA[<p>About the &#8216;The Cache droplet is THE most under-utilized ATG droplet&#8221;; true. However I just fought a bit before realising that<br />
it won&#8217;t work if the cached snippet includes an include &#8230; not mentioned anywhere (and I&#8217;m not even sure why exactly).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tijomon mathew</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/atg/improving-jsp-serving-time-for-an-atg-application.html/comment-page-1#comment-44827</link>
		<dc:creator>Tijomon mathew</dc:creator>
		<pubDate>Wed, 12 Aug 2009 12:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=200#comment-44827</guid>
		<description>very good article ,

Thanks a lot</description>
		<content:encoded><![CDATA[<p>very good article ,</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Performance Tuning Your ATG Application &#124; Devon Hillard Tech Blog</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/atg/improving-jsp-serving-time-for-an-atg-application.html/comment-page-1#comment-17251</link>
		<dc:creator>Performance Tuning Your ATG Application &#124; Devon Hillard Tech Blog</dc:creator>
		<pubDate>Tue, 20 Jan 2009 00:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=200#comment-17251</guid>
		<description>[...] Improving JSP Serving Time for an ATG Application [...]</description>
		<content:encoded><![CDATA[<p>[...] Improving JSP Serving Time for an ATG Application [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gux</title>
		<link>http://www.digitalsanctuary.com/tech-blog/java/atg/improving-jsp-serving-time-for-an-atg-application.html/comment-page-1#comment-16132</link>
		<dc:creator>gux</dc:creator>
		<pubDate>Wed, 14 Jan 2009 17:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.digitalsanctuary.com/tech-blog/?p=200#comment-16132</guid>
		<description>What a coincidence: we have now a requirement where the Cache droplet fits perfectly: a rollover menu where the links are read from a content repository.

We were thinking on using the cache droplet, and you are right: it&#039;s the most under used ATG droplet ever.</description>
		<content:encoded><![CDATA[<p>What a coincidence: we have now a requirement where the Cache droplet fits perfectly: a rollover menu where the links are read from a content repository.</p>
<p>We were thinking on using the cache droplet, and you are right: it&#8217;s the most under used ATG droplet ever.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/15 queries in 0.003 seconds using disk: basic
Object Caching 331/336 objects using disk: basic

Served from: www.digitalsanctuary.com @ 2012-02-08 14:00:06 -->
