What about :
<cfoutput>
    blah blah blah blah 
    #variable# 
    blah blah blah blah blah blah blah 
    #variable# 
    blah blah blah blah 
    #variable# 
    blah blah blah blah blah
</cfoutput>

VS

    blah blah blah blah 
<cfoutput>
    #variable# 
</cfoutput>
    blah blah blah blah blah blah blah 
<cfoutput>
    #variable# 
</cfoutput>
    blah blah blah blah 
<cfoutput>
    #variable# 
</cfoutput>
    blah blah blah blah blah

?

Bert

> -----Original Message-----
> From: Fred T. Sanders [mailto:[EMAIL PROTECTED]]
> Sent: 13 May 2000 17:13
> To: [EMAIL PROTECTED]
> Subject: Re: <cfoutput>#lots_of_stuff$</cfoutput>
> 
> 
> Yes.
> 
> 
> ----- Original Message -----
> From: "Todd Ashworth" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, May 13, 2000 11:12 AM
> Subject: <cfoutput>#lots_of_stuff$</cfoutput>
> 
> 
> > I was just curious.  Does the amount of stuff between
> <cfoutput> tags affect
> > the speed at which a page is processed?
> >
> > Would
> >
> > <cfoutput>
> >     blah blah blah blah blah blah blah blah blah blah blah
> #variable# blah
> > blah blah blah blah blah blah blah blah
> > </cfoutput>
> >
> > be slower than
> >
> >     blah blah blah blah blah blah blah blah blah blah blah
> > <cfoutput>#variable#</cfoutput> blah blah blah blah blah
> blah blah blah blah
> >
> > ... technically speaking?
> >
> > .Todd
> >
> > ----------------------------------------------------------
> --------------------
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=li
> sts/cf_talk or send a message to
> [EMAIL PROTECTED] with 'unsubscribe' in the
> body.
> 
> --------------------------------------------------------------
> ----------------
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit 
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to