From 355e088fad8ec9ea6e85e140dd4121bd3b8479bc Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sat, 25 Oct 2014 13:13:31 +0200 Subject: [PATCH] Enabled DEFLATE compression in htaccess --- public_html/.htaccess | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public_html/.htaccess b/public_html/.htaccess index 8f97c665..1889e7ef 100644 --- a/public_html/.htaccess +++ b/public_html/.htaccess @@ -35,3 +35,8 @@ AddType text/plain .tpl ExpiresByType application/javascript "access plus 1 year" ExpiresByType application/x-javascript "access plus 1 year" + + + AddOutputFilterByType DEFLATE text/html text/xml text/css text/plain + AddOutputFilterByType DEFLATE text/javascript application/javascript application/x-javascript application/json +