Did you check out whether Firebug is affecting Firefox's performance? I.e., run Firefox with and without Firebug enabled/active, and see if you get the stalled loading in both states.
Debuggers are known to slow Javascript execution. What is worse, they sometimes seem to get confused when keeping up with updates to a page and its scripts. Without knowing the internals, I'd guess this can happen because they cache scripts, messages, & errors as the session continues. How exactly would that lead to a stall on first load but not on reload? I don't know. But I do know that I have only experienced stalled loading in Firefox when Firebug is open. And I think this has only been recently, suggesting this problem came with a FF version update. So the hypothesis is that the problem comes from Firebug interfering with script loading in Firefox. Can you test inline vs external scripts, with and without Firebug? On Jun 19, 12:03 pm, noel <[email protected]> wrote: > Doing some more testing, I found that in Firefox the page (http:// > topwaterflies.com/index.php) will get hung up if the javascript is cut > out and saved in a js file and referenced. If the javascript is > resident in the file index.php, then the page load problems doesn't > exist. > > Anyone know how I can cut the javascript out, save it in a different > file, reference it in the webpage and not have this loading problem? > > Thanks, > > Noel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
