On 6/12/06, Mike Kear <[EMAIL PROTECTED]> wrote:
For example, with the reactor.xml set as <mode value="production" />, I have a small app doing not many things the page takes 400ms-450ms to create and display, according to the CF Debug info.
If you have Report Execution Times enabled in CF's debugging, your performance is going to be horrible - that option is unusable with CFC-based applications! Disable that option and you'll see a big speed up. You can get more accurate timings by wrapping your code in getTickCount() calls. -- Sean A Corfield -- http://corfield.org/ Got frameworks? "If you're not annoying somebody, you're not really alive." -- Margaret Atwood -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Reactor for ColdFusion Mailing List [email protected] Archives at: http://www.mail-archive.com/reactor%40doughughes.net/ -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

