Forum Moderators: phranque
I'm also more interested in the technical aspects of your server performance Markus.
Any threads you wanted to start on that subject I'm sure would be well supported....
TJ
[edited by: Woz at 10:46 pm (utc) on Mar. 17, 2006]
[edited by: tedster at 4:39 pm (utc) on May 28, 2007]
Apparently pages are only gzipped on your site if a http 1.1 request is made, despite the correct headers/responses being sent to indicate gzip support when a http 1.0 connection is made.
This is different than the typical compression response by IIS, mod_gzip (apache 1.3) and mod_deflate (apache 2.0).
While modern browsers don't use http 1.0 anymore, most bots do use it and most support gzip to save your bandwidth, which you aren't taking advantage of. Since bots use far more bandwidth than human visitors, this adds up every month.
If you were using php I could suggest to you in a heartbeat how to fix this, but on your asp.net I would have no clue. So I hope it's just as easy.
I discovered this by accident while testing a new page/site analyzer I am writing and was trying to come up with interesting pages to analyze.