If your clients use just IE 5+ (usually enterprise application) use GZIP to reduce network traffic.

Internet explorer from version 5+ can recognize GZIP encoding streams, open them and render the "unziped" HTML. So if all of your clients use just IE 5+ you can take advantage of this ability to reduce network traffic. This practice is very usable for national spread organization that include sites with low bandwidth lines (GZIP can reduce stream size up to 10 times). To use this ability you need to ZIP all streams  leaving your IIS server. HttpModules save our day by enable us to track down every outgoing response. Ben Lowery (our hero) create HTTPModule that Zip every outgoing request from the server. You can download the module with source code, explanations and sample from Bens site :  http://www.blowery.org/code/HttpCompressionModule_1.1.zip 

Published Thursday, November 20, 2003 4:14 PM by nattYGUR

Comments

# re: If your clients use just IE 5+ (usually enterprise application) use GZIP to reduce network traffic.

Thursday, November 20, 2003 8:58 AM by Scott Galloway
IIS4+ has GZIP and Deflate compression built in as well, you just have to enable it. YOu can find a great article on it here: http://dotnetguy.techieswithcats.com/archives/003475.shtml

# re: If your clients use just IE 5+ (usually enterprise application) use GZIP to reduce network traffic.

Thursday, November 20, 2003 10:39 AM by bukit lawang
hi. This is not true.

There is no need for your clients to be IE 5.* only.

Many sites already do gzip compression (see www.suprnova.org or www.slashdot.org) - it's been around longer than .NET, and it should be a clue from the fact that it is GNU (i.e anti-Microsoft, free software) zip (gzip), that the technology was added to IE from elsewhere.

You can just add compression to pages by ticking a box in IIS http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/iis/iis5/maintain/featusability/httpcomp.asp

Basically 98% of web browsers in current use on desktop PCs supports this (Netscape 4.5+, Opera 5+, IE 4+

# re: If your clients use just IE 5+ (usually enterprise application) use GZIP to reduce network traffic.

Thursday, November 20, 2003 6:02 PM by Natty gur
Thank you Scott and Bukit, now i know ....

Leave a Comment

(required) 
(required) 
(optional)
(required)