<?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: Speed Tips: Remove Last-Modified Header</title>
	<atom:link href="http://www.askapache.com/htaccess/apache-speed-last-modified.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/apache-speed-last-modified.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt</title>
		<link>http://www.askapache.com/htaccess/apache-speed-last-modified.html#comment-61162</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 02 Feb 2009 00:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-last-modified.html#comment-61162</guid>
		<description>I love this tip. I&#039;ve done a lot of optimization research and actually nobody ever suggested to remove the Last-Modified header and it&#039;s interesting to know that the browser will not pass in those &quot;If-&quot; requests which is once again less bytes that have to travel across the web.

My only question is why are you suggesting NOT to remove the Last-Modified header for .html files?</description>
		<content:encoded><![CDATA[<p>I love this tip. I&#8217;ve done a lot of optimization research and actually nobody ever suggested to remove the Last-Modified header and it&#8217;s interesting to know that the browser will not pass in those &#8220;If-&#8221; requests which is once again less bytes that have to travel across the web.</p>
<p>My only question is why are you suggesting NOT to remove the Last-Modified header for .html files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robot Terror</title>
		<link>http://www.askapache.com/htaccess/apache-speed-last-modified.html#comment-40068</link>
		<dc:creator>Robot Terror</dc:creator>
		<pubDate>Tue, 29 Apr 2008 19:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-last-modified.html#comment-40068</guid>
		<description>&lt;blockquote&gt;This is what I currently have in my .htaccess file at the root. Do you see any problems with what I have here?&lt;/blockquote&gt;

First off, once your rules are correct be sure to move the rules out of .htaccess and into the httpd.conf file for the Directory section of your DocumentRoot. Why? .htaccess is inherently slow as it must be read for each and every request that starts in or goes deeper than the directory in which it resides (and for which AllowOverride is enabled).

See &lt;a href=&quot;http://httpd.apache.org/docs/2.0/howto/htaccess.html#when&quot; rel=&quot;nofollow&quot;&gt;the Apache documentation for .htaccess files for more information&lt;/a&gt;</description>
		<content:encoded><![CDATA[<blockquote><p>This is what I currently have in my .htaccess file at the root. Do you see any problems with what I have here?</p></blockquote>
<p>First off, once your rules are correct be sure to move the rules out of .htaccess and into the httpd.conf file for the Directory section of your DocumentRoot. Why? .htaccess is inherently slow as it must be read for each and every request that starts in or goes deeper than the directory in which it resides (and for which AllowOverride is enabled).</p>
<p>See <a href="http://httpd.apache.org/docs/2.0/howto/htaccess.html#when" rel="nofollow">the Apache documentation for .htaccess files for more information</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spencer</title>
		<link>http://www.askapache.com/htaccess/apache-speed-last-modified.html#comment-40022</link>
		<dc:creator>Spencer</dc:creator>
		<pubDate>Tue, 29 Apr 2008 04:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-last-modified.html#comment-40022</guid>
		<description>This is what I currently have in my .htaccess file at the root.  Do you see any problems with what I have here?  Would you organize it differently?  I don&#039;t know much about .htaccess files, but would love to see if this is ok for my server.  Here it is below...

&lt;pre&gt;
FileETag None
Header unset ETag
Header set Cache-Control &quot;max-age=0, no-cache, no-store, must-revalidate&quot;
Header set Pragma &quot;no-cache&quot;
Header set Expires &quot;Wed, 11 Jan 1984 05:00:00 GMT&quot;
&#160;
Header unset ETag
FileETag None
&#160;
SetOutputFilter DEFLATE
&#160;
Header set Expires &quot;Thu, 15 Apr 2010 20:00:00 GMT&quot;
&#160;
Header unset Last-Modified
&lt;/pre&gt;

Thanks for your help!</description>
		<content:encoded><![CDATA[<p>This is what I currently have in my .htaccess file at the root.  Do you see any problems with what I have here?  Would you organize it differently?  I don&#8217;t know much about .htaccess files, but would love to see if this is ok for my server.  Here it is below&#8230;</p>
<pre>FileETag None
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
&nbsp;
Header unset ETag
FileETag None
&nbsp;
SetOutputFilter DEFLATE
&nbsp;
Header set Expires "Thu, 15 Apr 2010 20:00:00 GMT"
&nbsp;
Header unset Last-Modified</pre>
<p>Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robot Terror</title>
		<link>http://www.askapache.com/htaccess/apache-speed-last-modified.html#comment-30141</link>
		<dc:creator>Robot Terror</dc:creator>
		<pubDate>Mon, 03 Dec 2007 04:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-last-modified.html#comment-30141</guid>
		<description>BTW...auto-playing music is a good way to lose traffic. Is this a MySpace page?</description>
		<content:encoded><![CDATA[<p>BTW&#8230;auto-playing music is a good way to lose traffic. Is this a MySpace page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robot Terror</title>
		<link>http://www.askapache.com/htaccess/apache-speed-last-modified.html#comment-30140</link>
		<dc:creator>Robot Terror</dc:creator>
		<pubDate>Mon, 03 Dec 2007 04:06:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-last-modified.html#comment-30140</guid>
		<description>Yes, this will speed individual requests, but for those sites with actual traffic they may crawl to a halt due to re-requested content from frequent visitors (think RSS feeds) and spiderbots (Google, etc.). It&#039;s a trade-off that massive scalable systems must consider: slow each request a little to be able to serve all requests reasonably fast.</description>
		<content:encoded><![CDATA[<p>Yes, this will speed individual requests, but for those sites with actual traffic they may crawl to a halt due to re-requested content from frequent visitors (think RSS feeds) and spiderbots (Google, etc.). It&#8217;s a trade-off that massive scalable systems must consider: slow each request a little to be able to serve all requests reasonably fast.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
