RevealTheme logo

Gzip- / Brotli-compressietest

Controleer of een URL gecomprimeerde antwoorden levert (gzip of brotli).

Hoe u deze tool gebruikt

  1. 1

    Paste the full URL you want to check, including the https:// scheme.

  2. 2

    Submit the form to have our server request that URL.

  3. 3

    Read the result card: it shows the Content-Encoding value (such as gzip or br) and whether compression was detected.

  4. 4

    Adjust your server configuration if the card reports no compression, then re-run the check.

Wat is de Gzip- / Brotli-compressietest?

Compressie verkleint de overdrachtsomvang met 60% tot 80% bij tekstinhoud (HTML, CSS, JS, JSON). Brotli (geïntroduceerd in 2015) presteert beter dan gzip; moderne servers ondersteunen beide en kiezen de beste op basis van de Accept-Encoding-header. Deze tool controleert of uw server correct is geconfigureerd.

Veelvoorkomende toepassingen

  • Confirm that a newly deployed Nginx or Apache config is actually emitting gzip or brotli on your homepage.

  • Verify a CDN such as Cloudflare or Fastly is compressing HTML responses at the edge.

  • Spot-check an API endpoint that returns large JSON to see whether it is being compressed in transit.

  • Diagnose a slow page by ruling compression in or out before digging into other performance causes.

  • Check whether a specific path (not just the root) is served compressed when rules differ per route.

  • Demonstrate to a client or teammate, with a shareable result, that their pages are or are not compressed.

Veelgestelde vragen

Waarom is mijn website niet gecomprimeerd?
Doorgaans is dit een serverconfiguratieprobleem. Apache heeft mod_deflate nodig; Nginx heeft gzip_on nodig. LiteSpeed heeft het standaard ingeschakeld.
Helpt compressie bij afbeeldingen?
Marginaal: afbeeldingen (JPEG/WebP) zijn al gecomprimeerd. Compressie helpt vooral bij tekstgebaseerde inhoud.

Gerelateerde tools