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