"Enable static compression" did not work at first.
I found that when I had these lines in my web.config file of my site between <system.webserver> , it works:
<staticContent> <remove fileExtension=".js" /> <mimeMap fileExtension=".js" mimeType="text/javascript" /> </staticContent>
But I have to install it in each of my web.config file, and if I have a PHP site that works in IIS compression, it doesnโt work, it also doesnโt seem to work for my HMTL, since I get (in ySlow):
Class C on gzip compression components
There are two simple text components that should be sent compressed.
* http://www.ville.st-augustin.qc.ca/ * http://jquery-ui.googlecode.com/svn/tags/1.8/ui/minified/jquery.effects.core.min.js
source share