Web page minification:
HTML Minifier Next now comes with a zero-config mode, to enable quick, comprehensive in-place minification.
🖥️ Run `npx html-minifier-next --zero` in any folder, to compress HTML pages and inline CSS, JS, and SVG.
#html #htmlminifier #minification #performance
#Development #Comparisons
Minifier benchmarks · Updated comparisons of HTML minifier capabilities ilo.im/16ano2 by Jens O. Meiert and Kirill Maltsev
_____
#HTML #Minification #Benchmarks #Metrics #WebPerf #WebDev #Frontend
After looking at the minifier benchmarks landscape with Kirill Maltsev (htmlnano), I’ve set up a new repo to collaborate on benchmarks.
Adding samples and minification cases, deltas and averages already improved the picture.
Please comment; reshares welcome!
#html #minification #optimization
Minifier Benchmarks, by @meiert.com [@frontenddogma.com]:
https://github.com/j9t/minifier-benchmarks
#minification #tooling #metrics #comparisons #htmlminifier
On the Need for Neutral Maintained Minifier Metrics, by @meiert.com [@frontenddogma.com]:
dev.to/j9t/on-the-need-for-neut...
#minification #tooling #htmlminifier #htmlnano
Comparing HTML Minifiers, by @meiert.com [@frontenddogma.com]:
https://meiert.com/blog/comparing-html-minifiers/
#html #minification #tooling #htmlminifier #htmlnano
The Two Most Important Tools for HTML Developers, by (not on Mastodon or Bluesky):
dev.to/cfried/the-two-most-impo...
#tooling #html #conformance #minification #htmlminifier
Relatively to itself, HTML Minifier Next is by now 4–6 times faster than when the project started (and, therefore, its predecessors).
This comes on top of many improvements.
Try it out—and let me know about issues and suggestions!
www.npmjs.com/package/html...
#html #minification #optimization
The Two Most Important Tools for HTML Developers, by (not on Mastodon or Bluesky):
dev.to/cfried/the-two-most-impo...
#tooling #html #conformance #minification #htmlminifier
Changes in the World of HTML Minifiers, by @apollinelaurent@mastodon.social:
webdevbelgium.wordpress.com/2025/12/13/changes-in-th...
#html #tooling #minification #htmlminifier
HTML Minifier Next now provides the option to change JS minifiers, by adding support for SWC 🚀
To change from Terser to SWC, specify the engine for `minifyJS` and install @swc/core as a dev or main dependency:
www.npmjs.com/package/html...
#html #js #minification #swc
HMN is generally compatible with HM and HMT.
* npm: www.npmjs.com/package/html...
* GitHub: github.com/j9t/html-min...
* Web: j9t.github.io/html-minifie...
#html #htmlminifier #minification
Comparing HTML Minifiers, by @meiert.com [@frontenddogma.com]:
https://meiert.com/blog/comparing-html-minifiers/
#html #minification #tooling #htmlminifier #metrics
Day 10 - Declutter your code, speed up your site.
Minifying CSS and JavaScript removes unnecessary characters, slashing load times instantly. If you haven't done this, you're leaving performance on the table!
Non-negotiable? We think so.
#Minification #CSS #JavaScript
HTML Minifier: A 12-Year Journey Building and Maintaining an Open Source Tool, by (not on Mastodon or Bluesky):
deanhume.com/html-minifier-a-12-year-...
#html #minification #tooling #windows #aspnet
HTML minification:
Extended the HTML Minifier Next benchmarks with @swc/html, and regenerated the data:
github.com/j9t/html-min...
The goal is to deliver the best results, so if you spot an issue with a tool’s settings, please help keep the tests ambitious!
#html #minification #optimization
Eleventy: How to Set Up Effective HTML Minification (in 24 Seconds), by @meiert.com [@frontenddogma.com]:
https://meiert.com/blog/eleventy-html-minification/
#howtos #eleventy #html #htmlminifier #minification
HTML Minifier Next (maintained successor of HTML Minifier) now comes with presets, making it easier to get started:
github.com/j9t/html-min...
Simple demo: is.gd/CA2C3v
#html #minification #optimization
HTML Minifier Next (maintained and enhanced successor of HTML Minifier) now allows to save and bookmark settings and (small) samples.
See e.g. is.gd/yXn4EX (too long to share without shortening) for a quick example.
#html #minification #htmlminifier #optimization
I’m More Proud of These 128 Kilobytes Than Anything I’ve Built Since, by (not on Mastodon or Bluesky):
https://archive.fo/yF29I
#performance #casestudies #flashofx #svg #minification
HTML Minifier Next (a Maintained Fork of HTML Minifier), by @meiert.com [@frontenddogma.com]:
https://meiert.com/blog/html-minifier-next/
#html #htmlminifier #minification #optimization #tooling
5 Ways to Reduce HTML File Size on Your Website, by @debugbear.com:
https://www.debugbear.com/blog/reduce-html-file-size
#html #minification #compression #performance #optimization