vote up 0 vote down star

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, JavScript and obviously the HTML of that web page while also removing unneeded HTML/CSS/JavaScript comments, spaces, tabs, etc?

flag
I wouldn't worry too much about minification. Make sure you at least gzip your output first, as that will make a much bigger difference. – DisgruntledGoat Nov 1 at 17:09

1 Answer

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.