Skip to content

Instantly share code, notes, and snippets.

@adamlaki
adamlaki / .htaccess
Created October 14, 2017 17:52
With Apache deflate (which is an improved from Gzip) module you can quickly boost your site performance with some simple line.
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE application/atom+xml \
application/javascript \
application/json \
application/rss+xml \
application/vnd.ms-fontobject \
application/x-font-ttf \
application/x-web-app-manifest+json \
application/xhtml+xml \
application/xml \