Roland M�sl wrote:
> I have about 3 million page views per year.

I assume http://pege.org is your page?

I just looked at it.  You have 396 equals signs ('=') on that page. 
Assuming that you don't use quotes for _any_ of them (which is generous, 
since you have quotes around style attributes and the like), you're 
saving 792 bytes on that download.

The rollover image you have for "Contact" is 1342 bytes.

So eliminating all quotes around attributes in your document would save 
you 792 bytes.  Eliminating the rollover would save you 1342 bytes plus 
whatever space the javascript to perform the rollover (the actual 
function, the strings to set the mouseover/out handlers, etc) takes.

I think it's clear that reducing the amount of space your page takes is 
_not_ your top priority....


Reply via email to