21282 Posts in 5730 Topics by 2601 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 686 Views |
-
gzip and mod_deflate help

29 June 2011 at 12:09pm
HI Everyone:
I am trying to gzip/compress the css and js files on my site. I have set up my htaccess to include the following:
# BEGIN Gzip
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/js
AddOutputFilterByType DEFLATE 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
</IfModule>
# END Gzipfrom what i can tell the css files are compressed. but when i run pagespeed I am getting a warning that the js files are NOT compressed. When i go to whatsmyip.org to see if gzip is running the test passes.
Is this an error on pagespeed? or perhaps i am not included something in the htacess?
I am also aware that my hosting provider has mod_deflate enabled.
Thanks for nay advice on this!
-
Re: gzip and mod_deflate help

13 August 2011 at 1:00pm
did you ever have any success with this?
thanks
Will
| 686 Views | ||
|
Page:
1
|
Go to Top |

