Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Exactly what I had already half-written! Commented Mar 18, 2013 at 17:09
  • 1
    type faster.. ;) Commented Mar 18, 2013 at 17:18
  • Probably worth remarking, for clarity, that you can pre-gzip HTML, CSS, JS etc and save them as .html.gz, .css.gz, etc, and have the server serve those files, adding the appropriate headers etc. Apache (by default) will not cache a gzipped file -- it will gzip for each and every request. Commented Mar 21, 2013 at 11:57