Direct link to the article How I Used Brotli to Get Even Smaller CSS and JavaScript Files at CDN Scale

How I Used Brotli to Get Even Smaller CSS and JavaScript Files at CDN Scale

This article is about my experience using Brotli at production scale. Despite being really expensive and a truly unfeasible method for on-the-fly compression, Brotli is actually very economical and saves cost on many fronts, especially when compared with gzip or lower compression levels of Brotli.
Avatar of Hamid Sarfraz
Hamid Sarfraz on (Updated on )

Brotli and Static Compression

Content compression can be as simple as flipping a switch, but there’s a lot to consider beyond that. We pretty well know what we need to compress, but what about configuring compression? Or static versus dynamic compression? What about Brotli?…

Avatar of Jeremy Wagner
Jeremy Wagner on (Updated on )