How about shtml files? Will it compress those the same as it would HTML
files? Even if the shtml files use ssi includes?

-----Original Message-----
From: Matt Robertson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 10, 2003 1:48 PM
To: CF-Talk
Subject: RE: Gzipping cold fusion pages on IIS 5.0


Bryan wrote:
>what is gzipping good for?

Bandwidth savings.

On your server, before X kilobytes of html is shot down the pipe to the
client, it is gzip-compressed.  Browsers received this 'zipped' file and
natively know how to decompress it.  100k of html becomes as little as
15-20k during transmission, then is unzipped on the client transparently
to its full size.

If you have lots of html the differences can be significant.  I have a
gigantic 'store map' page that displays for a client.  Over 100k of
html.  It displays in an instant even over a dialup connection.

The cost is to your CPU and to memory usage.  However I have been very,
very pleased with my results over maybe 2 years of use.  I have it
running on maybe 2 dozen sites on one server.  My cms supports it out of
the box.

--------------------------------------------
 Matt Robertson       [EMAIL PROTECTED]
 MSB Designs, Inc.  http://mysecretbase.com
--------------------------------------------




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Reply via email to