Iis – HTTP Compression on IIS 6.0 (Windows Server 2003)

compressionhttpiisperformancewindows-server-2003

There are many things you have to do/consider when you want to enable HTTP compression on IIS 6.0 (Windows Server 2003).

Can somebody please provide a comprehensive list of the actions you have to take in order to enable HTTP compression properly?

Best Answer

UPDATE:

To verify that compression works, you could use Firefox with Firebug and YSlow plugins, they will show compression status for each component (html, javascript, css).

Also, in order to test each compression method (gzip/deflate) you could alter the "network.http.accept-encoding" preference in Firefox (default value is "gzip,deflate")

Related Topic