<?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"
	>
<channel>
	<title>Comments on: Caching vs. inlining</title>
	<atom:link href="http://www.phpied.com/caching-vs-inlining/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpied.com/caching-vs-inlining/</link>
	<description>Stoyan's blog about &#60;a href="/category/xhtml" class="tag-minor"&#62;(x)html&#60;/a&#62;, &#60;a href="/category/ajax" class="tag-major"&#62;ajax&#60;/a&#62;, &#60;a href="/category/bookmarklets" class="tag-major"&#62;bookmarklets&#60;/a&#62;, &#60;a href="/category/browsers" class="tag-minor"&#62;browsers&#60;/a&#62;, &#60;a href="/category/css" class="tag-normal"&#62;css&#60;/a&#62;, &#60;a href="/category/firebug" class="tag-minor"&#62;firebug&#60;/a&#62;, &#60;a href="/category/javascript" class="tag-numero-uno"&#62;javascript&#60;/a&#62;, &#60;a href="/category/json" class="tag-normal"&#62;json&#60;/a&#62;, &#60;a href="/category/mdb2" class="tag-minor"&#62;mdb2&#60;/a&#62;, &#60;a href="/category/mysql" class="tag-normal"&#62;mysql&#60;/a&#62;, &#60;a href="/category/pear" class="tag-numero-uno"&#62;pear&#60;/a&#62;, &#60;a href="/category/performance" class="tag-major"&#62;performance&#60;/a&#62;, &#60;a href="/category/php" class="tag-numero-uno"&#62;php&#60;/a&#62;, &#60;a href="/category/phpbb" class="tag-major"&#62;phpbb&#60;/a&#62;, &#60;a href="/category/tools" class="tag-normal"&#62;tools&#60;/a&#62;, &#60;a href="/category/yslow" class="tag-minor"&#62;yslow&#60;/a&#62;, &#60;a href="/category/yui" class="tag-normal"&#62;yui&#60;/a&#62;, &#60;a href="/category/writing" class="tag-minor"&#62;writing&#60;/a&#62;, &#60;a href="/category/music" class="tag-major"&#62;music&#60;/a&#62;,... &#60;a href="/category/life-and-everything" class="tag-normal"&#62;life and everything&#60;/a&#62;.</description>
	<pubDate>Thu, 09 Sep 2010 17:07:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Stoyan</title>
		<link>http://www.phpied.com/caching-vs-inlining/#comment-71978</link>
		<dc:creator>Stoyan</dc:creator>
		<pubDate>Tue, 15 Dec 2009 17:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1096#comment-71978</guid>
		<description>@Michael Hessling - it's true that it's likely your components may not make it all the way to 2019, but it's worth the try. Renaming components is still necessary though, there will be people with the old versions in the cache.

@Denis - yes, one year is fine too. 10 requests in 10 years in not too bad :)</description>
		<content:encoded><![CDATA[<p>@Michael Hessling - it&#8217;s true that it&#8217;s likely your components may not make it all the way to 2019, but it&#8217;s worth the try. Renaming components is still necessary though, there will be people with the old versions in the cache.</p>
<p>@Denis - yes, one year is fine too. 10 requests in 10 years in not too bad <img src='http://www.phpied.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satya Prakash</title>
		<link>http://www.phpied.com/caching-vs-inlining/#comment-71937</link>
		<dc:creator>Satya Prakash</dc:creator>
		<pubDate>Sat, 12 Dec 2009 11:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1096#comment-71937</guid>
		<description>Good discussion. I hope you will also give information about how to achieve this. 
Bing ex. is good. but there I hoped that i will find lots of createElement() for lazy loading. but i could see only one.</description>
		<content:encoded><![CDATA[<p>Good discussion. I hope you will also give information about how to achieve this.<br />
Bing ex. is good. but there I hoped that i will find lots of createElement() for lazy loading. but i could see only one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Hessling</title>
		<link>http://www.phpied.com/caching-vs-inlining/#comment-71926</link>
		<dc:creator>Michael Hessling</dc:creator>
		<pubDate>Thu, 10 Dec 2009 21:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1096#comment-71926</guid>
		<description>"The drawback is, of course, that you cannot modify this file anymore, since some users have already cached it forever and ever till the end of 2019."

But aren't most caches size-limited? Won't your components get pushed out after the user leaves your site and browses to others? When they come back to your site, they'll have to download your CSS/JS/static stuff all over again. Is changing the name of the asset really all that necessary?</description>
		<content:encoded><![CDATA[<p>&#8220;The drawback is, of course, that you cannot modify this file anymore, since some users have already cached it forever and ever till the end of 2019.&#8221;</p>
<p>But aren&#8217;t most caches size-limited? Won&#8217;t your components get pushed out after the user leaves your site and browses to others? When they come back to your site, they&#8217;ll have to download your CSS/JS/static stuff all over again. Is changing the name of the asset really all that necessary?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denis</title>
		<link>http://www.phpied.com/caching-vs-inlining/#comment-71925</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Thu, 10 Dec 2009 19:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1096#comment-71925</guid>
		<description>"HTTP/1.1 servers SHOULD NOT send Expires dates more than one year in the future."

http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21</description>
		<content:encoded><![CDATA[<p>&#8220;HTTP/1.1 servers SHOULD NOT send Expires dates more than one year in the future.&#8221;</p>
<p><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21" rel="nofollow">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.21</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexsandro</title>
		<link>http://www.phpied.com/caching-vs-inlining/#comment-71924</link>
		<dc:creator>Alexsandro</dc:creator>
		<pubDate>Thu, 10 Dec 2009 14:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1096#comment-71924</guid>
		<description>Great article.
I prefer control this in my scripts by mod_rewrite instead .htaccess.</description>
		<content:encoded><![CDATA[<p>Great article.<br />
I prefer control this in my scripts by mod_rewrite instead .htaccess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Simpson</title>
		<link>http://www.phpied.com/caching-vs-inlining/#comment-71923</link>
		<dc:creator>Kyle Simpson</dc:creator>
		<pubDate>Thu, 10 Dec 2009 13:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.phpied.com/?p=1096#comment-71923</guid>
		<description>This stuff has been really really good. Keep up the great article topics!</description>
		<content:encoded><![CDATA[<p>This stuff has been really really good. Keep up the great article topics!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
