It seems that the menu im using on my website loads laborously slow. Any suggestions? Here's a link:
http://www.northernlightfx.com/testcart.php
vs. the original:
http://www.northernlightfx.com/cart.php
Tips on improving menu speed...
Don't forget that a DHTML Menu will use far more processing than a standard SELECT box menu.
The DHTML Menu is having to build Divs, tables and hyperlinks.
I saw the menu appear in about 2 seconds on ADSL with a 3.06 P4 - I know it's high spec but is a benchmark. I have a Celeron 600 too, for testing if you'd like me to see how it performs on that machine?
Cheers
Andy
The DHTML Menu is having to build Divs, tables and hyperlinks.
I saw the menu appear in about 2 seconds on ADSL with a 3.06 P4 - I know it's high spec but is a benchmark. I have a Celeron 600 too, for testing if you'd like me to see how it performs on that machine?
Cheers
Andy
It came up in 4 seconds flat for me (never mind what kind of line I'm on!).
In this code...
...you might want to use instead of plain spaces.
In this code...
Code: Select all
aI("text= ;");
John
My two cents... or two seconds as it were. About 2 seconds for me over cable. Dude, that's fast! It doesn't appear to me taht you're using alot of images in the menus, so I don't know where you could trim speed much.
If you want, you could try moving the menu scripts out of the <head> and put them toward the bottom of the <body>, so that other things appear on the page first, to interest the visitor while the menus are loading.
Kevin
If you want, you could try moving the menu scripts out of the <head> and put them toward the bottom of the <body>, so that other things appear on the page first, to interest the visitor while the menus are loading.
Kevin