This content originally appeared on Go Make Things and was authored by Go Make Things
Years ago, I was staunchly in the “minify your code, even if you use gzip” camp. But these days, I’ve switched teams!
I did some tests on the bundled version of Kelp UI.
- Unminifed: 58.2kb
- Minified: 43kb
- Unminified + gzipped: 8.2kb
- Minified + gzipped: 7.4kb
I don’t think making your code unreadable for humans and harder to debug is worth saving 0.8kb of file size.
Both versions are far less than a single HTTP round trip. The performance difference between the two would be negligible.
Like this? A Lean Web Club membership is the best way to support my work and help me create more free content.
This content originally appeared on Go Make Things and was authored by Go Make Things

Go Make Things | Sciencx (2025-07-25T14:30:00+00:00) Minification doesnt matter much. Retrieved from https://www.scien.cx/2025/07/25/minification-doesnt-matter-much/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.