Exactly as the title suggests. I have a site that uses many CSS and JS files, I use mootools and the file is 64kb on my disk but the site says it can be gzipped to 18kb. What is this all about? I have tried a few things I read on the internet and i'm not any closer to getting it. Do i somehow zip the file and upload it and then link to mootools.js.gzip? Or is it more complex than that?
AddOutputFilterByType DEFLATE text/html text/plain text/xml
<Files *.js>
SetOutputFilter DEFLATE
</Files>
Doesn't seem to have made a difference?