ColdFusion Custom Tags are powerful, but they are not as fast as functions. As CFML now supports user defined functions, consider rewriting some of your Custom Tags as functions. Functions are not a complete replacement for tags (there are things that functions cannot do), but where appropriate, rewriting your code could have a significant impact on performance. (Applies to: ColdFusion 5)
Leave a Reply