Is Minifying CSS Necessary? (2023)
Summary
The article argues that minifying CSS provides negligible perceptible performance benefits and advocates relying on gzip/Brotli compression instead. It cites empirical testing (from CSS parsing to WebPageTest scenarios) suggesting that whitespace removal in CSS hardly affects load times, recommending developers focus on compression rather than minification.