इस टूल में कोई समस्या है?

«वेबसाइट Gzip कम्प्रेशन चेकर ऑनलाइन» के बारे में

यह टूल एक URL के HTML और मुख्य संपत्तियों को प्राप्त करता है और प्रत्येक के लिए gzip कम्प्रेशन स्थिति की रिपोर्ट करता है।

एक पूरे पृष्ठ की जाँच यह उजागर करती है कि कहाँ कम्प्रेशन गायब है।

एक लॉन्च से पहले एक Core Web Vitals ऑडिट के हिस्से के रूप में उपयोगी।

इस टूल का उपयोग कैसे करें

How to check if a site serves gzip / brotli compression

  1. Enter the URL

    Put the https://… address into the "Website URL" field. Scheme is added when missing; up to 2048 characters.

  2. What's being measured

    Our server sends Accept-Encoding: gzip, deflate, br over HTTP/1.1 and reads the response's Content-Encoding header. That tells you what the origin actually applied for the bytes.

  3. Press Run

    Result includes which encoding (if any) the origin used, plus raw/compressed sizes when available so you can see the actual on-the-wire savings.

  4. Interpret missing compression

    If Content-Encoding is absent, the response was sent uncompressed — usually a misconfigured proxy, a vary-on-User-Agent quirk, or HTML small enough to skip. Re-test with a different URL on the same host if you suspect it's per-route.