Earlier quoted context omitted.
It would be nice to have experimentally-derived numbers to point to in order to help people visualize whether or not minification actually improves compression to any significant degree.
Quick test I've done with some popular frameworks. I wonder if minification affects to parsing speed. +--------------------------+---------+---------+---------+--------+ | Library | Size | gzip -1 | gzip -9 | brotli | +--------------------------+---------+---------+---------+--------+ | bootstrap.css | 280813 | 47312 | 33109 | 24533 | | bootstrap.min.css | 232948 | 42003 | 30776 | 22695 | | react.development.js | 875…
Are you telling us your code doesn't? :-)