I'm joining this thread a little late, but wanted to chime in one small thing in case it wasn't mentioned. Instead of going through the work to create "static" pages from cf, you can also use cfcache to have CF do that for you.
I used this on a content management site we wrote that doesn't change often (actually, we still use a small Flash widget to display dynamic content inside the static page) and it's great. Most page processing time is 200-300ms without caching, but 10-20ms with caching. Over 95% of page requests retrieve cached pages. Sam ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq 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 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

