Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gzip

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: How… Read more Gzip Compression Is Not Detected By Pagespeed Insights (node.js)

How To Parse Gzipped Data In Nodejs Submitted By External Api

An external API sends a POST request with its results compressed in the gzip format to my postback_… Read more How To Parse Gzipped Data In Nodejs Submitted By External Api