<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Website Optimization 01: disable ETag in apache (debian/ubuntu)</title>
	<atom:link href="http://www.lavluda.com/2008/10/20/website-optimization-01-disable-etag-in-apache-debianubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lavluda.com/2008/10/20/website-optimization-01-disable-etag-in-apache-debianubuntu/</link>
	<description>by S. M. Ibrahim (lavluda)</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:08:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Linkpool Nummer 2 &#124; PHP Gangsta - Der PHP Blog</title>
		<link>http://www.lavluda.com/2008/10/20/website-optimization-01-disable-etag-in-apache-debianubuntu/comment-page-1/#comment-2773</link>
		<dc:creator>Linkpool Nummer 2 &#124; PHP Gangsta - Der PHP Blog</dc:creator>
		<pubDate>Sat, 06 Mar 2010 14:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lavluda.com/?p=230#comment-2773</guid>
		<description>[...] Ergänzung zu YSlow/Google Pagespeed etc. http://www.webpagetest.org ETags im Apache deaktivieren http://www.lavluda.com/2008/10/20/website-optimization-01-disable-etag-in-apache-debianubuntu/ PHP 5.3.2 Changelog http://www.php.net/ChangeLog-5.php#5.3.2 Chaosradio Podcast über die [...]</description>
		<content:encoded><![CDATA[<p>[...] Ergänzung zu YSlow/Google Pagespeed etc. <a href="http://www.webpagetest.org" rel="nofollow">http://www.webpagetest.org</a> ETags im Apache deaktivieren <a href="http://www.lavluda.com/2008/10/20/website-optimization-01-disable-etag-in-apache-debianubuntu/" rel="nofollow">http://www.lavluda.com/2008/10/20/website-optimization-01-disable-etag-in-apache-debianubuntu/</a> PHP 5.3.2 Changelog <a href="http://www.php.net/ChangeLog-5.php#5.3.2" rel="nofollow">http://www.php.net/ChangeLog-5.php#5.3.2</a> Chaosradio Podcast über die [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandeep Ghael</title>
		<link>http://www.lavluda.com/2008/10/20/website-optimization-01-disable-etag-in-apache-debianubuntu/comment-page-1/#comment-2592</link>
		<dc:creator>Sandeep Ghael</dc:creator>
		<pubDate>Sat, 15 Aug 2009 00:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.lavluda.com/?p=230#comment-2592</guid>
		<description>FYI, on Ubuntu 9.04, the following command

sudo a2enmod header

should be:

sudo a2enmod headers</description>
		<content:encoded><![CDATA[<p>FYI, on Ubuntu 9.04, the following command</p>
<p>sudo a2enmod header</p>
<p>should be:</p>
<p>sudo a2enmod headers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thirupathy</title>
		<link>http://www.lavluda.com/2008/10/20/website-optimization-01-disable-etag-in-apache-debianubuntu/comment-page-1/#comment-2531</link>
		<dc:creator>Thirupathy</dc:creator>
		<pubDate>Thu, 02 Jul 2009 20:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.lavluda.com/?p=230#comment-2531</guid>
		<description>hi ,

thanks for this info. how i will set &amp; remove etag for external images coming from cdn server like akamai.

help me on this</description>
		<content:encoded><![CDATA[<p>hi ,</p>
<p>thanks for this info. how i will set &amp; remove etag for external images coming from cdn server like akamai.</p>
<p>help me on this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lavluda</title>
		<link>http://www.lavluda.com/2008/10/20/website-optimization-01-disable-etag-in-apache-debianubuntu/comment-page-1/#comment-2473</link>
		<dc:creator>lavluda</dc:creator>
		<pubDate>Sat, 22 Nov 2008 06:07:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.lavluda.com/?p=230#comment-2473</guid>
		<description>@Jordon: yea it&#039;s bad to ignore/disable etags, but when you are running a single server, all the files are coming from same host every time, then it&#039;s not really necessary to match the etags. you know, by saving a single response for every single file will save your huge server time.</description>
		<content:encoded><![CDATA[<p>@Jordon: yea it&#8217;s bad to ignore/disable etags, but when you are running a single server, all the files are coming from same host every time, then it&#8217;s not really necessary to match the etags. you know, by saving a single response for every single file will save your huge server time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordon Bedwell</title>
		<link>http://www.lavluda.com/2008/10/20/website-optimization-01-disable-etag-in-apache-debianubuntu/comment-page-1/#comment-2467</link>
		<dc:creator>Jordon Bedwell</dc:creator>
		<pubDate>Thu, 20 Nov 2008 22:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.lavluda.com/?p=230#comment-2467</guid>
		<description>I find disabling E-Tags for the sake of very little server optimisation is a very ignorant move.  Especially in a world where response is everything.  This is almost as bad as forgetting far-future dates in the headers, DEFLATE on static files and dynamic pages and putting JS at the bottom of the page. Real administrators can expand clusters and even optimise other parts of the server for the sake of response on the end-user.  Disabling these things can impact your sites hits and performance more than disabling will impact stability.</description>
		<content:encoded><![CDATA[<p>I find disabling E-Tags for the sake of very little server optimisation is a very ignorant move.  Especially in a world where response is everything.  This is almost as bad as forgetting far-future dates in the headers, DEFLATE on static files and dynamic pages and putting JS at the bottom of the page. Real administrators can expand clusters and even optimise other parts of the server for the sake of response on the end-user.  Disabling these things can impact your sites hits and performance more than disabling will impact stability.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: murshed ahmmad khan</title>
		<link>http://www.lavluda.com/2008/10/20/website-optimization-01-disable-etag-in-apache-debianubuntu/comment-page-1/#comment-2333</link>
		<dc:creator>murshed ahmmad khan</dc:creator>
		<pubDate>Sun, 26 Oct 2008 06:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lavluda.com/?p=230#comment-2333</guid>
		<description>good post. keep it up. very few are aware of the E_TAG things. so welcome and em looking forward for the next post of this series :).</description>
		<content:encoded><![CDATA[<p>good post. keep it up. very few are aware of the E_TAG things. so welcome and em looking forward for the next post of this series <img src='http://www.lavluda.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.455 seconds -->
