Mega Menus

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
Chad Hullender
Beginner
Beginner
Posts: 7
Joined: Fri Jul 26, 2002 8:58 pm
Location: Ft. Worth, Texas, USA

Mega Menus

Post by Chad Hullender »

Our menu_array.js file is quite large (41KB) with over 450 clickable items. This is because we are using web logic for our reference system. While I personally think this is excessive (designed by our communications team), I am experiencing a speed issue when the menus are loading.

Is there any way to cache the menu logic? Move it to the client?

Thanks,
Chad
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

If you put the menus into a .js file this will be cached on the client.

450 menu items will slow the menu down though - it's just the way JavaScript and HTML work.

Cheers
Andy
Chad Hullender
Beginner
Beginner
Posts: 7
Joined: Fri Jul 26, 2002 8:58 pm
Location: Ft. Worth, Texas, USA

Thanks

Post by Chad Hullender »

That is what I thought but needed to hear it from you.

Chad
Post Reply