The Three Cs: Concatenate, Compress, Cache
CSS Wizardry
OCTOBER 16, 2023
Compressing them over the network: Which compression algorithm, if any, will we use? Caching them at the other end: How long should we cache files on a user’s device? This gave rise to heavy bundling and concatenation—why download three CSS files (half of our budget) if we could compress them into one?
Let's personalize your content