What I want is ideally a 2 step process:
1) Compress HTML, JavaScript, CSS, etc (like W3CComplier) stripping whitespace, comments, etc
2) Then compressing using gzip compressor (or whatever it is that browsers understand)
Anything like this already exist?
Cheers