Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Wednesday July 18 2012 - 06:07:29
Mega Menus
Poster: Chad Hullender
Dated: Wednesday July 31 2002 - 20:09:00 BST
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
Poster: Andy
Dated: Thursday August 1 2002 - 11:35:34 BST
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
Thanks
Poster: Chad Hullender
Dated: Thursday August 1 2002 - 14:38:13 BST
That is what I thought but needed to hear it from you.
Chad