Skip to content

Instantly share code, notes, and snippets.

@jorgepedret
Created June 6, 2011 22:15
Show Gist options
  • Select an option

  • Save jorgepedret/1011239 to your computer and use it in GitHub Desktop.

Select an option

Save jorgepedret/1011239 to your computer and use it in GitHub Desktop.
Reduce pages weight by compressing static data (htaccess)
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch bMSIE !no-gzip !gzip-only-text/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment