There is slight overhead for invoking a custom tag, but it's similar to invoking a UDF, and small enough to safely ignore. Certainly nothing to worry about until you have load testing data that says you should, and even then there's a LONG list of other things to optimize first.
cheers, barneyb On Wed, Nov 12, 2008 at 1:52 PM, Brian Dumbledore <[EMAIL PROTECTED]> wrote: > I put my header and footer html in a custom tag (header - executionmode eq > start, footer - executionmode not start). And I have rest of my cf stuff > within the tag body. > > Is this recommended? My concern is, having huge body will somehow slow down > the tag/page ? Is it better to have two udfs? header() and footer(). > > Any comments ? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315171 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

