<?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: Speed Tips: Turn Off ETags</title>
	<atom:link href="http://www.askapache.com/htaccess/apache-speed-etags.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/apache-speed-etags.html</link>
	<description>Web Development</description>
	<pubDate>Fri, 29 Aug 2008 19:36:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Matt</title>
		<link>http://www.askapache.com/htaccess/apache-speed-etags.html#comment-27992</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 13 Nov 2007 06:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-etags.html#comment-27992</guid>
		<description>How do you turn off etags just for static files like images?</description>
		<content:encoded><![CDATA[<p>How do you turn off etags just for static files like images?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/apache-speed-etags.html#comment-22708</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Wed, 10 Oct 2007 23:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-etags.html#comment-22708</guid>
		<description>Steven, The Yahoo Developer Best-Practices Exceptional Performance Group are the creators of the yslow extension for firebug that recommends removing them.

But you can't just remove them or keep them because some blogger or new book says too.  You have to do your own research and understand for yourself what the best-practice is.

Etags exists only as an alternative to checking the Last-Modified header as a method of validating the freshness of a file to determine whether it should be re-requested and emptied from the cache, or whether it should stay in the cache.

Even though all proxies are supposed to be following a defined set of standards for handling these types of data, not all do.  But one thing is true, if you make sure that you provide at least one valid way for the proxy/client to determine how long the file should be cached, everything else is redundant and was created as an alternative not as a way to clog up the net with unneccessary HTTP headers.</description>
		<content:encoded><![CDATA[<p>Steven, The Yahoo Developer Best-Practices Exceptional Performance Group are the creators of the yslow extension for firebug that recommends removing them.</p>
<p>But you can&#8217;t just remove them or keep them because some blogger or new book says too.  You have to do your own research and understand for yourself what the best-practice is.</p>
<p>Etags exists only as an alternative to checking the Last-Modified header as a method of validating the freshness of a file to determine whether it should be re-requested and emptied from the cache, or whether it should stay in the cache.</p>
<p>Even though all proxies are supposed to be following a defined set of standards for handling these types of data, not all do.  But one thing is true, if you make sure that you provide at least one valid way for the proxy/client to determine how long the file should be cached, everything else is redundant and was created as an alternative not as a way to clog up the net with unneccessary HTTP headers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Jomiel</title>
		<link>http://www.askapache.com/htaccess/apache-speed-etags.html#comment-22700</link>
		<dc:creator>Steven Jomiel</dc:creator>
		<pubDate>Wed, 10 Oct 2007 21:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-etags.html#comment-22700</guid>
		<description>Note that this page provides the opposite advice that Yahoo developers are giving in the new book  http://www.oreilly.com/catalog/9780596529307/ by Steve Souder, modulo the problem with etags including inode information when using multiple web servers.</description>
		<content:encoded><![CDATA[<p>Note that this page provides the opposite advice that Yahoo developers are giving in the new book  <a href="http://www.oreilly.com/catalog/9780596529307/" rel="nofollow">http://www.oreilly.com/catalog/9780596529307/</a> by Steve Souder, modulo the problem with etags including inode information when using multiple web servers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
