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 +