32
Revalidation works well
Apache handles revalidation for static content
Browser sends If-Modified-Since request
Server replies with short 304 Not Modified
No special configuration needed
Use if you can’t predict when content will change
Page designers can change immediately
No renaming necessary
Cost: extra HTTP transaction for 304
Smaller with Keep-Alive, but large sites disable