> Also <cfloop> is the second slowest tag in cf. Get rid of the <cfloop
> query="queryName">, and just use <cfoutput query="queryname">. You will
> speed that program up quite a bit.


hmm, apparently, CFLOOP is faster than CFOUTPUT, especially when you are
doing a bit more work than simply outputting fields.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to