Forum Moderators: open
On our site we have an external .js file that is loading off another url. I found that the ping time for their servers was around 100ms - very bad!
What I would like to do is force this javascript to load after the rest of the page does so ---
What was happening was that the page was loading up only when the script had finished loading, around 7-8 seconds (on cable) later!
This is simply not acceptable...Any work arounds?
Thanks all!
I'm guessing it's not the javascript (which seems minor) but the off-server cgi script that you're using for website stats that's hanging things up. I'd get that script completely OUT of the table where the rest of your page lives.