10 09/2014

why not html minifier

最后更新: Wed Sep 10 2014 12:36:06 GMT+0800

css,javascript 都有 minifier,如 YUI compressorGoogle Closure Compileruglify-jsuglifycss 等等,html 为何没有?

css 和 javascrtipt 相对简单而严格,html 中可以嵌入 css、javascrtipt,规则更加复杂!而且换行、空格等,可能会有更多的含义,比如 pre 该怎么 minify 呢?js动态处理的页面该如何面对?

可以用 google page speed 或者 ySlow 来检查页面中到底有什么问题。

好吧,如果你坚持的话,这里有个 htmlcompressor 可以试试