I know this has come up before and I'm not trying to start it up again. This
is a request for anyone on the list who knows of or has any CFMX best
practices, code optimizations, etc. to email them to me off list at
[EMAIL PROTECTED] I'm compiling many of them together for part of
a presentation on differences in best practices between CF 5 (and earlier)
and CFMX.
Even little things like:
In CF5 IIF() was half as fast as CFIF but in CFMX they run at the same speed
In CFMX, doing a boolean comparison of <CFIF variable> is faster than <CFIF
variable is true> or <CFIF variable is 1> because the way the CF template is
compiled into java makes the first a boolean operation and the others a
comparison (text and numbers) operation

Even if it'll only save fractions of a second, I'd like to hear of it. I may
have missed some. :)
Thanks

Michael Dinowitz
Master of the House of Fusion
http://www.houseoffusion.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to