Fant dette lille trikset her:
10 htaccess Hacks Every SEO Should Know | Make it Rank
6. Enable gzip with htaccess
Gzip is a means of compressing the files on your server so they will load faster. To enable gzip, just
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch bMSIE !no-gzip !gzip-only-text/html
----
I teorien skjønner jeg at dette er en god ide. Det blir fort ganske mye tekst som må loades, særlig om man har et jquery bibliotek m.m., og gzip vil redusere bruken av båndbredde betraktelig.
Men det er helt sikkert noen gode grunner til IKKE å gjøre dette også... eller ?
10 htaccess Hacks Every SEO Should Know | Make it Rank
6. Enable gzip with htaccess
Gzip is a means of compressing the files on your server so they will load faster. To enable gzip, just
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/xml application/xhtml+xml text/javascript text/css application/x-javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4.0[678] no-gzip
BrowserMatch bMSIE !no-gzip !gzip-only-text/html
----
I teorien skjønner jeg at dette er en god ide. Det blir fort ganske mye tekst som må loades, særlig om man har et jquery bibliotek m.m., og gzip vil redusere bruken av båndbredde betraktelig.
Men det er helt sikkert noen gode grunner til IKKE å gjøre dette også... eller ?