Skip to content

Instantly share code, notes, and snippets.

@illycz
Last active August 29, 2015 14:03
Show Gist options
  • Save illycz/1b896273dfd4cf26d184 to your computer and use it in GitHub Desktop.
Save illycz/1b896273dfd4cf26d184 to your computer and use it in GitHub Desktop.
.htaccess DEFLATE
# compress your website (http://www.smashingmagazine.com/2014/06/25/how-to-speed-up-your-wordpress-website/)
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment