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.
BIG multi-level menus are slow
-
- Advanced
- Posts: 18
- Joined: Sun May 19, 2002 7:23 pm
- Location: Fresno CA USA
- Contact:
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.
This cleared the problem right up.
--Matt--