ColdFusion 9 Performance Brief from Adobe

Updated , First Published by Pete Freitag

Adobe has posted (link no longer works) a ColdFusion 9 Performance Brief, outlining several performance improvements over ColdFusion 7 and 8. The brief reports a 40% performance improvement over ColdFusion 8, and a 500% improvement over ColdFusion 7, running CanvasWiki.

If you heavily use CFC's, or the CreateUUID function you should see some significant performance improvements. Here's a summary of some of the more significant improvements:

Another improvement of note is the Cache Template in Request setting, which the report claims can boost performance 50x when enabled. This feature works like trusted cache for the life of the request, so it won't check file timestamps for updates more than once for the same file during a request when enabled. If you have trusted cache turned on, I don't expect there to be any additional performance gains from enabling this feature. It is enabled by default in CF9.

The Fixinator Code Security Scanner for ColdFusion & CFML is an easy to use security tool that every CF developer can use. It can also easily integrate into CI for automatic scanning on every commit.