BIG multi-level menus are slow

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
sonic
Beginner
Beginner
Posts: 1
Joined: Tue Jun 25, 2002 11:04 am

BIG multi-level menus are slow

Post by sonic »

Menu has 89 submenus over 5 levels but the browser takes a few seconds to render this. Is there any way to speed this up or am I asking too much!

I am using Coldfusion to generate the javascript from a menu database and this is really fast. I store this in a session variable when user logs in and then I simply bash out the text on every page where menu is needed.

The thing that slows everything down is the dumpmenus command which has a lot of work to render all the menus.

Is there any way to generate the actual DHTML code the menu needs with all the div and layer commands as I'm sure this would speed things up.
theking@mysecretbase.com
Advanced
Advanced
Posts: 18
Joined: Sun May 19, 2002 7:23 pm
Location: Fresno CA USA
Contact:

Post by theking@mysecretbase.com »

I use CFX_GZIP and CF_GZipPage on a setting of 9 to compress the bejesus out of the CF-rendered page, (my menu output is not in a separate file) which in turn seems to solve the speed problem. I noticed what you're describing when I started getting into the 250-page range (also several 5-deep branches).

This cleared the problem right up.
--Matt--
Post Reply