IT lexicon Web gzip

gzip

Web På svenska → Updated: 2026-05-23

The compression algorithm that's been the web's standard for 25 years — shrinks HTML/CSS/JS by ~70%.

Server sends Content-Encoding: gzip, browser decompresses. Brotli is newer and a notch better, but gzip is still the default on most servers.

← Back to the lexicon