I have a query that returns 7,300 records (just two columns, and eventually the size could double). I've cached the query, so it's not really a problem, but the output is slow. The results are written to a drop down menu. It just takes several seconds to download the HTML.
Is there any way to speed this process up. I thought about caching the page, but the way my pages are built (with lots of includes), that won't work. Would using some sort of Java or ActiveX control, or Flash, elminate the slow page building? Any other strategies you can suggest? H. ______________________________________________________________________ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

