Looking at the pre-compressed content config here …
So the idea is to create gzip versions of your css, js, etc. and Apache will recognize their existence and send the gzip version instead?
So we can have both whatever.css and whatever.css.gzip in the directory and Apache with this config will know to grab whatever.css.gzip if it exists?
What exactly is this doing?
Thanks
|