HTML online minimizer/compressor?

Ted picture Ted · Oct 31, 2009 · Viewed 25.3k times · Source

Does anyone know of a good online generator to take the source code of an HTML page and compress/minimize the entire page.

Meaning, compress/minimize all embedded CSS, JavaScript and obviously the HTML of that web page while also removing unneeded HTML/CSS/JavaScript comments, spaces, tabs, etc?

Answer

Mathias Bynens picture Mathias Bynens · Nov 24, 2010

Juriy Zaytsev wrote an HTML minifier in JavaScript, which you can use online on this page: http://kangax.github.com/html-minifier/

As the warning says, it’s still an early alpha, so there might be bugs. Use with caution!