Luce, Greg wrote: > I have a nested tree built with Steve Nelson's model.
Looks a lot like Joe Celko's nested tree model to me. > I'm also presenting it > with the tigra tree DHTML package. It's gotten so large it takes 215 seconds > to resolve even with the query cached! Cached queries typically don't cost time. So the problem is probably the amount of traffic over the net (HTTP compression is turned on?) or the amount of work the client side has to do. > The package takes one long character > string and parses it out into tables and such. Any ideas on how to speed > this up? The tigra tree DHTML package looks rather complex to me. Take a look at http://www.gazingus.org/html/menuExpandable3.html for an extremely slick expandable menu. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

