I will second the switch to Div's. If you have a table structure, IE wont render (display) the table until the entire table has been loaded. Div's will display as soon as they hit the browser using cfflush.
Chris -----Original Message----- From: Gert Franz [mailto:[EMAIL PROTECTED] Sent: Monday, May 21, 2007 4:04 AM To: CF-Talk Subject: Re: Optimize Query Write Output Time Well the question is still: Do you need so many records? Just tell me why you have to output 35000 records? Maybe flushing is a bad option. I don't recall whether you use <cfflush> or not. And in addition try to use <div> instead of <table><tr>... since divs are not only faster, but you reduce the amount of code. Greetings / GrĂ¼sse Gert Franz Customer Care Railo Technologies GmbH [EMAIL PROTECTED] www.railo.ch Join our Mailing List / Treten Sie unserer Mailingliste bei: deutsch: http://de.groups.yahoo.com/group/railo/ english: http://groups.yahoo.com/group/railo_talk/ ismail cassiem schrieb: > Sorry for the late reply, Thank You. > I still can't narrow it down though. > > Thank You for all invloved trying to help. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJQ Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278734 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

