Skip to content

Instantly share code, notes, and snippets.

@nrrb
Created April 13, 2015 22:32
Show Gist options
  • Save nrrb/31942e0c2545f902800a to your computer and use it in GitHub Desktop.
Save nrrb/31942e0c2545f902800a to your computer and use it in GitHub Desktop.
# BEGIN W3TC Browser Cache
<IfModule mod_deflate.c>
<IfModule mod_headers.c>
Header append Vary User-Agent env=!dont-vary
</IfModule>
AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
<IfModule mod_mime.c>
# DEFLATE by extension
AddOutputFilter DEFLATE js css htm html xml
</IfModule>
</IfModule>
# END W3TC Browser Cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment