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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Reply via email to