nginx 1.4.2
Google Pagespeed Insights (web version) is reporting that I should compress a number of .js files on my site.
I've checked the mime.types config file and it includes the default application/x-javascript js; directive. I've also verified through Firefox that the pages Insights reports as needing compression do present as application/x-javascript, yet according to Insights they don't appear to be being gzip'd.Also
I've also confirmed that nginx.conf has the following and that gzip is set to "on":
gzip_types font/ttf font/opentype application/vnd.ms-fontobject image/svg+xml text/plain text/css image/png image/gif image/jpeg text/xml application/xml application/x-javascript application/x ml+rss text/javascript;
Is there anything else I can try? gzip appears to be working fine on images and other assets it's just .js files that Insights isn't happy with.
Thanks,
Steve