IIS Compression

by javery on January 10, 2004

Scott mentioned that people should enable Http compression for their blogs, so I thought I would give it a shot, but first I wanted to do a little experiment to see what kind of difference it makes. So, I turned on Bytes Sent on my logs and recorded a days worth of data… then I went and turned on IIS compression following the .NET Guy’s excellent instructions, here are the results.


5,718 hits with no compression used 146.77MB, for an average of 26KB a request.


4,704 hits with compression used 67.42MB, for an average of 15KB a request.


Not bad at all. Thanks Scott!


-James

{ 2 comments }

Scott Mitchell January 11, 2004 at 6:19 am

Just imagine the savings you could see with compression if you limited the text you used to, say, 10 unique characters. :-)

Chris@Port80 June 20, 2005 at 6:18 pm

What about browser compatibility, folks?

Comments on this entry are closed.

Previous post: 20% of American Homes are without computers

Next post: .NET Nightly 86