Skip to content Skip to sidebar Skip to footer

Gzip Compression Is Not Detected By Pagespeed Insights (node.js)

I build my gzip-files with gulp (gulp-gzip) and use them with npm package connect-gzip-static: However, PageSpeed Insights does not detect the gzip compression. But google chrome

Solution 1:

PageSpeed Insights should tell you which resources are not gzipped.

Often they are third party resources out of your control, or it may be types like SVG that you have not enabled yet.

PageSpeed Insights should be taken as a guide and not gospel. It's easy to become hung up on it. Especially if you ignore the bigger reasons your site is slow to save a few bytes on one resource.

Post a Comment for "Gzip Compression Is Not Detected By Pagespeed Insights (node.js)"