Don't think anyone has mentioned the issue of how much whitespace you may be
sending to the browser.  By just putting an cfoutput at the top and close at
the bottom you run the risk of sending a lot of whitespace to the browser.
And, yes, the browser will ignore it but it still has to be sent over the
network/internet, etc.

Personally I prefer to just cfoutput around the html I am sending to the
browser.  Performance tests for 4.5 and 5 showed this to be faster I
believe.

Cheers,

Sam


----- Original Message -----
From: "Paul Giesenhagen" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, August 26, 2002 3:26 PM
Subject: Re: Many or Minimal CFOUTPUTS


> I myself find covering as much ground as possible with one set of
CFOUTPUT,
> but if I have any grouping or other considerations I will add in more ...
> plus trying to make things easier to read is a plus.
>
> I was just curious if there was a speed issue on having alot of them ...or
> not ... I didn't think that if there was a difference it would be very
> great.
>
> Thanks for some interesting input!
>
> Paul Giesenhagen
> QuillDesign
>
> 
______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to