Web Software Architecture and Engineering – Life on the Bleeding Edge

Poor Man's HTTP Compression with ColdFusion

I wrote an article a while back for the now defunct ColdFusion Developers Journal on GZIP’ing dynamic content for free using ColdFusion. I’ll be covering the topic in more detail soon, with some updates, and answering some questions people asked me since then. In the mean time, feel free to check out the article, while it is still up.
The article can be found @ http://coldfusion.sys-con.com/read/345934.htm (I hope you are using FireFox and have AdBlock because the web site sucks!).

Advertisement

Comments on: "Poor Man's HTTP Compression with ColdFusion" (2)

  1. append _p to the end of the file name (before the extension) to get the much friendlier print version of any sys-con.com page:
    http://coldfusion.sys-con.com/read/345934_p.htm

  2. HTTP Compression is great :)

    Using apache’s mod_deflate with apache is easier and you can also target non-cf content like javascript which often is the bulk of the initial requests

    I would be interested to do a performance comparision under load to see if Java beats C ..

    http://www.devarticles.com/c/a/Apache/Compressing-Web-Content-with-mod-gzip-and-mod-deflate/

Leave a Reply

Fill in your details below or click an icon to log in:

Gravatar
WordPress.com Logo

Please log in to WordPress.com to post a comment to your blog.

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 144 other followers