GZIP & Speed Test Free
Test your URL's GZIP/Brotli compression. See the compressed & decompressed size, savings percentage, and server response time (ms).
About GZIP & Speed Test Free
The speed of your web pages is a critical factor for both user experience and Google rankings. Server-side optimization (PSC) is enabled. GZIP or Brotli (br) GZIP compression reduces the size of HTML, CSS, and JavaScript files by 50–90%, significantly shortening page load times. This free GZIP & Speed Test tool sends a real request to the address you enter through our server and instantly shows whether compression is active, the compressed transfer size, the actual decompressed size, the percentage savings achieved, and the server's initial response time (ms).
Whether a site supports GZIP or Brotli compression, Content-Encoding The answer is understood from its title. This title gzip, br (Brotli) or deflate Compression is active if the value is met; otherwise, the content is transmitted uncompressed. (On Apache and Nginx servers) mod_deflate / gzip With this instruction, it can be easily enabled via the control panel on Cloudflare and other CDNs.
The query is performed on the server side: only. http / https Schemas are allowed, local network and private IP addresses (localhost, 192.168.x, etc.) are blocked, and the request times out in 10 seconds. The results reflect the real-time state of your site; they are not affected by browser caching.
Step by step
- The address you want to test https://example.com Enter in the format.
- Test it Click the button; the tool will send the request through the server.
- Compression active or passive?, the encoding used (gzip, br…) and compressed size visible.
- Open size and savings percentage See the profit concretely.
- Response time (ms) Use this to check how quickly your server responds.
Frequently Asked Questions
Content-Encoding It is reported under the title: gzip or br..htaccess to the file mod_deflate Add the directives for Nginx. gzip on; Enable the prompt. If you're using Cloudflare or a similar CDN, you can enable the speed/compression settings from the control panel. You can test again with this tool after making changes.