New and cfimport are slower then createobject?
Tue, Apr 23, 2013
ColdFusion 10 and Railo 4 added support for the "new" operator which can be used in conjunction with <cfimport> to allow an alternative form of object creation then using createobject().
Today, I noticed the Adobe docs claim that using... Read More
Web application performance optimization tips for CFML, PHP and other languages
Mon, Apr 15, 2013
It's taken me a long time to eliminate disk overhead from my web application, and I'm not done yet. Once you have an app that is CPU bound instead of disk bound, then you can start to justify using some other more efficient language. However, there i... Read More