My idea is to somehow minimize the server side HTML, so the client receives fewer bytes.
What do I mean by "minify"?
Does not fasten. Moreover, for example, jQuery creators use .min .js versions. In other words, I need to remove unnecessary spaces and newlines, but I cannot remove the representation of HTML changes so much (for example, remove the spaces between the actual words in the paragraph).
Are there any tools that can do this? I know there is an HtmlPurifier . Can it do this? Any other options?
PS Please do not offer regular expressions. I know that only Chuck Norris can parse HTML with them. =]
daGrevis
source share