Skip to content

Instantly share code, notes, and snippets.

@j26design
Last active January 8, 2016 06:48
Show Gist options
  • Save j26design/fcb509be40db51acb31f to your computer and use it in GitHub Desktop.
Save j26design/fcb509be40db51acb31f to your computer and use it in GitHub Desktop.
Enable compression with deflate in .htaccess
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE application/atom+xml application/javascript application/json application/ld+json application/manifest+json application/rdf+xml application/rss+xml application/schema+json application/vnd.geo+json application/vnd.ms-fontobject application/x-font-ttf application/x-javascript application/x-web-app-manifest+json application/xhtml+xml application/xml font/eot font/opentype image/bmp image/svg+xml image/vnd.microsoft.icon image/x-icon text/cache-manifest text/css text/html text/javascript text/plain text/vcard text/vnd.rim.location.xloc text/vtt text/x-component text/x-cross-domain-policy text/xml
</ifmodule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment