<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Improve Your YSlow Grade Using&#160;.htaccess</title> <atom:link href="http://davidwalsh.name/yslow-htaccess/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/yslow-htaccess</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 24 May 2012 07:34:33 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Abhimanyu</title><link>http://davidwalsh.name/yslow-htaccess#comment-22789</link> <dc:creator>Abhimanyu</dc:creator> <pubDate>Sun, 20 Feb 2011 18:57:38 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2085#comment-22789</guid> <description>Thanks very much for giving such a great detail..!!
I&#039;m really impressed by this way..!!
It reduces load time of my site really up-too great extent..!!
Thanks..!!</description> <content:encoded><![CDATA[<p>Thanks very much for giving such a great detail..!!<br
/> I&#8217;m really impressed by this way..!!<br
/> It reduces load time of my site really up-too great extent..!!<br
/> Thanks..!!</p> ]]></content:encoded> </item> <item><title>By: Michael Hettwer</title><link>http://davidwalsh.name/yslow-htaccess#comment-22446</link> <dc:creator>Michael Hettwer</dc:creator> <pubDate>Tue, 25 Jan 2011 17:48:30 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2085#comment-22446</guid> <description>Thanks for this nice article. - I improved my Yslow Grade with your tipps!Many thanks from Germany.Michael</description> <content:encoded><![CDATA[<p>Thanks for this nice article. &#8211; I improved my Yslow Grade with your tipps!</p><p>Many thanks from Germany.</p><p>Michael</p> ]]></content:encoded> </item> <item><title>By: Dave</title><link>http://davidwalsh.name/yslow-htaccess#comment-12898</link> <dc:creator>Dave</dc:creator> <pubDate>Sun, 25 Oct 2009 04:51:18 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2085#comment-12898</guid> <description>Hi,
The code for .htaccess contains - Header set Expires &quot;Thu, 15 Apr 2012 20:00:00 GMT&quot; which means that all the images will expire on 15th April 2012 at 20:00:00 .
But how can i change the expire date to something like the cache shud become stale always after 14days. i mean i want to implement something like this -&gt;
$expires = 60*60*24*14;
header(&quot;Cache-Control: maxage= $expires&quot;);
header(&#039;Expires: &#039; . gmdate(&#039;D, d M Y H:i:s&#039;, time()+$expires) . &#039; GMT&#039;);How can i do this?One more thing, setting Expires is enough, or we also need to set Cache-Control, becoz Expires is something related to HTTP/1.0 and Cache-Control is related to HTTP/1.1Thank You,
Dave</description> <content:encoded><![CDATA[<p>Hi,<br
/> The code for .htaccess contains &#8211; Header set Expires &#8220;Thu, 15 Apr 2012 20:00:00 GMT&#8221; which means that all the images will expire on 15th April 2012 at 20:00:00 .<br
/> But how can i change the expire date to something like the cache shud become stale always after 14days. i mean i want to implement something like this -&gt;<br
/> $expires = 60*60*24*14;<br
/> header(&#8220;Cache-Control: maxage= $expires&#8221;);<br
/> header(&#8216;Expires: &#8216; . gmdate(&#8216;D, d M Y H:i:s&#8217;, time()+$expires) . &#8216; GMT&#8217;);</p><p>How can i do this?</p><p>One more thing, setting Expires is enough, or we also need to set Cache-Control, becoz Expires is something related to HTTP/1.0 and Cache-Control is related to HTTP/1.1</p><p>Thank You,<br
/> Dave</p> ]]></content:encoded> </item> <item><title>By: Kardeno</title><link>http://davidwalsh.name/yslow-htaccess#comment-12585</link> <dc:creator>Kardeno</dc:creator> <pubDate>Sat, 10 Oct 2009 17:44:18 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2085#comment-12585</guid> <description>Great optimization tip. I&#039;m going to try it straight away.Thanks Eric.</description> <content:encoded><![CDATA[<p>Great optimization tip. I&#8217;m going to try it straight away.</p><p>Thanks Eric.</p> ]]></content:encoded> </item> <item><title>By: Eric Wendelin</title><link>http://davidwalsh.name/yslow-htaccess#comment-12048</link> <dc:creator>Eric Wendelin</dc:creator> <pubDate>Mon, 21 Sep 2009 17:31:43 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2085#comment-12048</guid> <description>@kasap:  Yes. ETags being off will improve your YSlow score. ETags should be turned off unless you really know how to use them.</description> <content:encoded><![CDATA[<p>@kasap:  Yes. ETags being off will improve your YSlow score. ETags should be turned off unless you really know how to use them.</p> ]]></content:encoded> </item> <item><title>By: kasap</title><link>http://davidwalsh.name/yslow-htaccess#comment-12047</link> <dc:creator>kasap</dc:creator> <pubDate>Mon, 21 Sep 2009 17:27:50 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2085#comment-12047</guid> <description>I have a question:
Setting off Etags is going to affect the grade on the &quot;Configure entity tags (ETags)&quot; category on Yslow?</description> <content:encoded><![CDATA[<p>I have a question:<br
/> Setting off Etags is going to affect the grade on the &#8220;Configure entity tags (ETags)&#8221; category on Yslow?</p> ]]></content:encoded> </item> <item><title>By: Eric Wendelin</title><link>http://davidwalsh.name/yslow-htaccess#comment-11924</link> <dc:creator>Eric Wendelin</dc:creator> <pubDate>Wed, 16 Sep 2009 16:05:08 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2085#comment-11924</guid> <description>I&#039;ve posted this with improvements for gzipping and cache-control to GitHub: http://gist.github.com/188105</description> <content:encoded><![CDATA[<p>I&#8217;ve posted this with improvements for gzipping and cache-control to GitHub: <a
href="http://gist.github.com/188105" rel="nofollow">http://gist.github.com/188105</a></p> ]]></content:encoded> </item> <item><title>By: Eric Wendelin</title><link>http://davidwalsh.name/yslow-htaccess#comment-11923</link> <dc:creator>Eric Wendelin</dc:creator> <pubDate>Wed, 16 Sep 2009 16:04:12 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2085#comment-11923</guid> <description>@Rolf:  In your case I think it&#039;s best to rename the file.</description> <content:encoded><![CDATA[<p>@Rolf:  In your case I think it&#8217;s best to rename the file.</p> ]]></content:encoded> </item> <item><title>By: Pierre</title><link>http://davidwalsh.name/yslow-htaccess#comment-9106</link> <dc:creator>Pierre</dc:creator> <pubDate>Wed, 06 May 2009 10:08:09 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2085#comment-9106</guid> <description>Ok, i found by myself...
It&#039;s because i use GoogleGears so YSlow was a little missed :).Thanks anywayAmicably,Pierre</description> <content:encoded><![CDATA[<p>Ok, i found by myself&#8230;<br
/> It&#8217;s because i use GoogleGears so YSlow was a little missed :).</p><p>Thanks anyway</p><p>Amicably,</p><p>Pierre</p> ]]></content:encoded> </item> <item><title>By: Rolf</title><link>http://davidwalsh.name/yslow-htaccess#comment-9085</link> <dc:creator>Rolf</dc:creator> <pubDate>Tue, 05 May 2009 09:58:02 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=2085#comment-9085</guid> <description>Good article..So, what do we do when we setup caching methods like this (e.g. for images) and you replace an image (jpg) on a website with a newer version (let&#039;s say a better cropped one for example). Do I have to wait 2 weeks (if I set ExpireDate to that) before I see the new picture on the site, or can I somehow force the browser of the client to d/l the new version (even without adding a @timestamp to the image src=&quot;&quot; in the code)...?Versioning js/css files seems like an option, though a lot of work (renaming, updating files that include the versioned file, etc.).. but they do change a lot for projects usually.Rolf</description> <content:encoded><![CDATA[<p>Good article..</p><p>So, what do we do when we setup caching methods like this (e.g. for images) and you replace an image (jpg) on a website with a newer version (let&#8217;s say a better cropped one for example). Do I have to wait 2 weeks (if I set ExpireDate to that) before I see the new picture on the site, or can I somehow force the browser of the client to d/l the new version (even without adding a @timestamp to the image src=&#8221;" in the code)&#8230;?</p><p>Versioning js/css files seems like an option, though a lot of work (renaming, updating files that include the versioned file, etc.).. but they do change a lot for projects usually.</p><p>Rolf</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 (User agent is rejected)
Database Caching 3/7 queries in 0.006 seconds using disk: basic
Object Caching 813/813 objects using disk: basic

Served from: davidwalsh.name @ 2012-05-24 04:11:31 -->
