Coding best practices for ColdFusion performance
I thought this was pretty interesting. It's actually part of a larger article (which I picked up from cftips.net), but can be read as a "stand alone" as well. It touches on several things such as variable scoping, query "blockfactors", IIf() vs. cfif, query caching, page caching, stored procs vs. cfqueries, cfthread, etc... There's some good little tidbits of info in there.

