ecometer

Use ETags

(Hosting)
#80

An ETag is a signature attached a server response. If the client requests a URL (HTML page, image, style sheet, etc.) whose ETag is identical to the one it already has, the web server will reply that it does not need to download the resource and that it should use the one it already possesses. Using ETags saves huge amounts of bandwidth.

Refer to the FileEtag documentation for Apache:
http://httpd.apache.org/docs/2.0/mod/core.html#fileetag

This best practice should only be applied if it is coherent with your project's specifications.
Under CC-By-NX-SA license