Gzip/Brotli Compression Test


Find out whether the server returns gzip/br and what the real byte savings are. We compare responses for Accept-Encoding: gzip, br and Accept-Encoding: identity.

URL to test
We do not decompress the response — we count the actual downloaded bytes for both requests.

A brief history


gzip is a GNU utility (1992) based on the DEFLATE algorithm (RFC 1951/1952). It became the de-facto standard for compressing text web content in the HTTP/1.1 era.

Brotli is a modern compression codec by Google (publicly released 2015). With a richer static dictionary and smarter entropy coding it often outperforms gzip for HTML/CSS/JS/SVG, especially at higher compression levels.

Compression is configured at platform level on supported shared-hosting plans. On VPS and dedicated servers the result depends on the web server, content types and selected configuration.


How the test works


  • Request #1: Accept-Encoding: gzip, br — we detect the encoding chosen by the server and measure real bytes.
  • Request #2: Accept-Encoding: identity — forced no compression, measure bytes.
  • We calculate savings and output headers (Content-Encoding, Content-Type, Server).
Gzip/Brotli

Shared hosting

  • Gzip/Brotli support depends on the plan
  • Plan details are shown before ordering
  • SSL and backups follow plan terms
Compare hosting plans
VPS / server

Configure your web stack

  • Nginx, Apache or another web server
  • Exclude already compressed file types
  • Verify the result with this tool
View management scope
Assistance

Need engineering help?

  • Share your server and web stack
  • Agree the scope and price first
  • Verify the result after configuration
Ask a question