When I run a page through YSlow, using the Chrome extension, it gives the page an E grade for gzipping, suggesting 'Compress components with gzip', singling out four javascript files.
If I check these files' headers, they all show that they are gZipped:
Request Header: Accept-Encoding:gzip,deflate,sdch
Response Content-Encoding:gzip
What gives? Is it an error by YSlow?