I think you will find that the difference (if any) is negligible.  The
reason is that ColdFusion has to parse the entire contents of the template
whether you have a comment block, cfoutput block, or whatever.  There is no
way that an interpretive parser would not have to parse every character in a
template file.

Where you can get a savings of sorts is by setting your template to enable
only cfoutput blocks so that all of the extra white space is not sent to the
browser - this will lower bandwidh usage and browser rendering time.

HTH,

Howie Hamlin
--
inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
===================================================
Please vote for iMS in the Most Innovative category here:
*** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***
===================================================
Check out inFusion Mail Server - the world's most configurable email server
*** inFusion Authenticator for IIS is now released! (download from
CoolFusion.com) ***
http://www.teletrends.com and http://www.coolfusion.com
Software and utilities for ColdFusion, iHTML, Website, NTMail
Latest versions available from our web site (inFusion Authenticator version
2.0 for WebSite and NTMail is now released)

----- Original Message -----
From: Todd Ashworth <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, May 13, 2000 12:12 PM
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=lists/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