Just take a look at Ask.com homepage source. It's one long line.
How to remove line-breaks and other unnecessary codes from final html output? (Views
content)
forexample:
<div id="test">
<span>Hello World!</span>
</div>
to:
<div id="test"><span>Hello World!</span></div>
Can GZip do it?