
07-27-2007, 02:00 AM
|
|
Member
|
|
Join Date: Oct 2006
Posts: 42
|
|
YSlow for profiling in Firebug and GZip
I've been using the new YSlow addon for performance profiling in Firebug.
None of the CSS or JS files served by my site are getting gzipped despite having the default settings of text/*, application/x-javascript, application/xml in the list of compressible types. I also tried adding text/css directly to the list but it still wouldn't compress the CSS.
The header settings for the CSS files are defined as text/css and that is listed in the recognised mime-types in LS, so I don't know why the CSS isn't getting compressed. The main page body is getting compressed though.
The site is a Rails app running with LS 3.2-ent, but we are seeing this behaviour with all four of our servers using LS, which have pretty much the default configuration settings. Any suggestions here?
|