Ian, That is a large page size to download. I guess I meant there are several potential areas for a bottleneck:
Server problems: Database interaction (lots of joins??) Lots of Cold Fusion processing required Bandwidth problems: Slow connection from client to server? Problem download large amounts of data? Client problems: HTML table not rendering piece by piece If the problem is with the client, just splice your table into several smaller tables and they should render when they receive data. Reuben Poon -----Original Message----- From: Ian Lurie [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 12, 2002 11:16 PM To: CF-Talk Subject: RE: CFFLUSH and tables Importance: Low No, it's just 3000 records, all displayed in table format, by date. The page itself is just under 400k. -----Original Message----- From: Reuben Poon [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 12, 2002 11:16 PM To: CF-Talk Subject: RE: CFFLUSH and tables Ian, Yes, it is a good idea to separate one big table into multiple tables so the browser can render each table individually. Netscape will not render a table unless it has all the information for that table. What is taking so long for the page to load? Maybe the problem is somewhere other than the HTML? Reuben Poon -----Original Message----- From: Ian Lurie [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 12, 2002 11:09 PM To: CF-Talk Subject: CFFLUSH and tables Importance: Low Hi all, I'm trying to use CFFLUSH for a long, slow loading page. Problem is, both IE 5 and NS 6 seem to ignore the FLUSH command. Do some browsers require the whole table be completed before delivery? Ian ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

