Comment on HTML minifier revisitedparentComments−alex_duf12yI agree. Plus if you activate any kind of caching / gzip compression the difference in the end is minimal. (entropy roughly the same => document roughly the same size)−TheLoneWolfling12yThat's true of token replacement (identifiers for things, etc), but not necessarily true for other things, like removing empty tags/etc.
Comments
I agree. Plus if you activate any kind of caching / gzip compression the difference in the end is minimal. (entropy roughly the same => document roughly the same size)
That's true of token replacement (identifiers for things, etc), but not necessarily true for other things, like removing empty tags/etc.