Web
GZIP & Brotli Compression Checker
Compression coverage checker
Tool features
Multi-Algorithm Testing
Per-Resource Analysis
Size Comparison
Performance Impact
What is HTTP compression & how it works
HTTP compression shrinks text responses — HTML, CSS, JavaScript, JSON, SVG — before they're sent over the network. The server compresses the body, advertises it with a Content-Encoding header, and the browser transparently decompresses it, often cutting transfer size by 60–80% and noticeably speeding up page loads.
Two algorithms dominate: gzip, supported everywhere, and Brotli (br), which compresses text more tightly and is now broadly supported. This checker requests the page and its key assets, reads each Content-Encoding header, and compares transferred size against the uncompressed size to show exactly where compression is working — or missing.
How to use this tool
https://example.com — the page and its key assets are tested.