Minification doesnt matter much

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.


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


Print Share Comment Cite Upload Translate Updates
APA

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/

MLA
" » Minification doesnt matter much." Go Make Things | Sciencx - Friday July 25, 2025, https://www.scien.cx/2025/07/25/minification-doesnt-matter-much/
HARVARD
Go Make Things | Sciencx Friday July 25, 2025 » Minification doesnt matter much., viewed ,<https://www.scien.cx/2025/07/25/minification-doesnt-matter-much/>
VANCOUVER
Go Make Things | Sciencx - » Minification doesnt matter much. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/07/25/minification-doesnt-matter-much/
CHICAGO
" » Minification doesnt matter much." Go Make Things | Sciencx - Accessed . https://www.scien.cx/2025/07/25/minification-doesnt-matter-much/
IEEE
" » Minification doesnt matter much." Go Make Things | Sciencx [Online]. Available: https://www.scien.cx/2025/07/25/minification-doesnt-matter-much/. [Accessed: ]
rf:citation
» Minification doesnt matter much | Go Make Things | Sciencx | 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.

You must be logged in to translate posts. Please log in or register.