Forum Moderators: open
Can anyone recommend said plugin, executable or technique?
I've reached a point in my career where a single html doc on our server(s) get downloaded over a million times per day and I would like to see size differences of the file once I've stripped all of the code spaces, tabs, line returns, etc..
Any find/replace techniques that I've found removes spaces in the content itself.
Thanks so much in advance.
Zuko
When I tried a white space stripped file and compared the gzip of the original file to gzipped white space size, they were almost the same.
If the pages are fairly static - meaning changed every hour or so, use a pregzipped version that is updated when needed.