Since I installed the floating menu script on our website the homepage loads slowly
Return to Recent Questions
Q:
Ever since I installed the menu on our website the homepage
loadsslowly. The menu loads, but then the rest of the page takes
about 20 seconds toload. Have you seen this problem before. It does
not happen every time and noton every machine.
A:
We've tested your website on the many machines and it loads very
quickly, I cannot notice any delays.
Please, try to move the reference to dmenu.js after tag:
<body onload="...">
...
<!-- Deluxe Menu -->
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">var dmWorkPath = "";</script>
<script type="text/javascript" src="dmenu.js"></script>
<!-- (c) 2006, http://deluxe-menu.com -->
</span>
Return to Recent Questions
|