gzip
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.
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.