html-minifier是一个开源的HTML 压缩工具,遵守MIT开源协议。测试报告显示要比 minimize、Will Peavy、htmlcompressor.com 压缩性能好,测试结果如下:

网站 原始大小 (KB) HTMLMinifier minimize Will Peavy htmlcompressor.com
Google 46 42 46 48 46
HTMLMinifier 125 98 111 117 111
Twitter 207 165 200 224 200
Stack Overflow 253 195 207 215 204
Bootstrap CSS 271 260 269 228 269
BBC 298 239 290 291 280
Amazon 422 316 412 425 n/a
NBC 553 530 552 553 534
Wikipedia 565 461 548 569 548
New York Times 678 606 675 670 n/a
Eloquent Javascript 870 815 840 864 n/a
ES6 table 5911 5051 5595 n/a n/a
ES draft 6126 5495 5664 n/a n/a

html-minifier运行需要Node.js ,运行后,可以根据选项,对html代码进行精简。

 

[repo owner=”kangax” name=”html-minifier”]