That was the case on CF5 and lower, because they did runtime parsing
of the CF, but with CFMX onward, the CF is compiled on the first
request, so the parsing/compiling complexity doesn't have any effect
on subsequent requests.  In other words, having one or many CFOUTPUT
tags only affects the initial compilation, which might make the first
request slightly slower, but once it's compiled, there is no
difference.

cheers,
barneyb

On 9/8/05, Andy McShane <[EMAIL PROTECTED]> wrote:
> I was always led to believe that putting cfoutput tags around a whole block
> of code was slower that only putting the tags around the code that you
> wanted output. If I remember correctly it is because the entire code block
> between cfoutput tags has to be parsed and that could mean wasting time on a
> lot of layout code. Not sure if there is a major difference in performance,
> suppose it depends on the amount of code in the block?
> 

-- 
Barney Boisvert
[EMAIL PROTECTED]
360.319.6145
http://www.barneyb.com/

Got Gmail? I have 100 invites.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217647
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to