posthtml / htmlnano

Modular HTML minifier, built on top of the PostHTML

Home Page:https://htmlnano.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Proposal] Faster htmlnano

SukkaW opened this issue · comments

commented

htmlnano is already very fast (I could process more than 300 HTML files in less than 13 seconds). But It is possible to make it even faster. By now every module of htmlnano will iterate the tree, by traverse through tree once for most of the modules we could improve the performance.