Entity tags (ETags) are a mechanism to check for a newer version of a cached file. Removing the ETag reduces the size of the HTTP headers in both the response and subsequent requests.
If you have access to httpd.conf, you can add
FileETag None
Or if you can only access .htaccess only, you can add
Header unset ETag
FileETag None
Your web site Yslow performance grade should improve.
Popularity: 2% [?]
You Should Also Check Out This Post:
- Make Money Blogging
- Richard Palace is Back to Make Money Online!
- Obama - Winner of the 2008 US Presidential Election
- Google Released Google Chrome
- PS3 Update 2.42
More Active Posts:
- Just Jean and Simply Jean are the Same Jean? (34)
- Google SiteMap For WordPress MU Plugin 1.513101 (25)
- PS3 Update 2.35 (24)
- Disney Channel Camp Rock at Disney.com/CampRock (15)
- Google Released Google Chrome (10)
- Who Will Win The US Presidential Election? Barack Obama or John McCain? (9)
- PS3 Update 2.36 (8)
- Randy Pausch Death Update (6)
- Dawn Yang - Singapore Hottest Blogger (6)
- Deven Trabosh - Marry a Princess Lost in America (6)































mm…this didn’t work for me. I have tried adding
Header unset ETag
FileETag None
to the .htaccess but yslow is still giving me a hard time. I wonder if I have misconfigured it or placed it in the wrong spot.