I believe you'll find the performance is different in CFMX, specifically with the <cfif myVar> will no longer be trailing far behind <cfif myVar IS True>. And even more importantly even less performance variation.
However, I do agree with Dave, the differences are fairly marginal and there are better ways to optimize your code :) - Calvin ----- Original Message ----- From: "Rich Z" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, June 29, 2003 1:36 AM Subject: Best Practices for CFIF > I was wondering if anyone has bothered to look at best practices CFIF > statements. I've been following the guidelines in this article in CFDJ > by Tom Nunamaker: > > http://www.sys-con.com/coldfusion/articleprint.cfm?id=533 > > I then realized that the article was written against CF5. Does anyone > know if these same suggestions apply to CFMX? > > Thanks, > Rich > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

