Opsis Digital
← Glossary

Gzip Compression

Compressing text responses — HTML, CSS, JavaScript — before they travel over the network.

In practice

Enable it at the server or CDN for every text type; Brotli where available compresses further at the same cost.

Verify with the content-encoding response header rather than trusting the configuration file.

Why it matters

Text compresses by roughly two thirds, which is free speed on every request.

It is the cheapest performance fix in existence and still missing on a surprising number of production sites.

Related terms
Work with us
We run this as a service.
SEO service ↗
What is Gzip Compression? | Opsis Digital