Check GZIP Compression
Check Gzip Compression is enabled on your website
GZIP compression reduces the size of text-based files — HTML, CSS, JavaScript, XML — before they're sent from the server to the browser. The browser receives the compressed file, decompresses it locally, and renders it as normal. The process is fast and transparent to the end user, but the bandwidth savings are significant: text files typically compress to 20-30% of their original size.
Despite being a well-established standard supported by every modern browser and web server, GZIP compression is not always enabled by default. Configuration changes, server migrations, CMS updates, and hosting provider switches can all inadvertently disable it. Check GZIP Compression verifies whether a URL is being served with compression active, so you know immediately whether this optimization is in place.
The performance impact of missing GZIP is tangible. A JavaScript bundle that's 500KB uncompressed might be 120KB with GZIP — a difference that's felt on every page load, especially on mobile connections and in regions with slower average speeds. Search engines factor page load performance into rankings, and Core Web Vitals scores are directly affected by how efficiently assets are served.
For developers doing performance audits, GZIP check is one of the quick wins that should be verified early. Enabling compression on a server that doesn't have it takes minutes and delivers immediate results. Running this check on a client's site before a performance review often surfaces a problem that has a fast fix — the kind of finding that's easy to act on and easy to demonstrate value from.