admin管理员组

文章数量:1336289

The page loads all the images and then says "(1 item remaining) Waiting on http:// shanamccormick ..." How can i see what it is waiting to load here?? and why does it take sooo long?

The index.html file uses a couple small internal JS and one external JS located within my website (jquery.min) The size of the external JS file is 54kb.

http://shanamccormick.

The page loads all the images and then says "(1 item remaining) Waiting on http:// shanamccormick ..." How can i see what it is waiting to load here?? and why does it take sooo long?

The index.html file uses a couple small internal JS and one external JS located within my website (jquery.min) The size of the external JS file is 54kb.

Share Improve this question edited Aug 17, 2009 at 16:08 Mike Dinescu 55.8k17 gold badges122 silver badges153 bronze badges asked Aug 17, 2009 at 16:02 user157848user157848 1
  • The page doesn't exist anymore? or is it: shanamccormick./#sthash.zBGBpmJp.dpbs ? misstype? – OZZIE Commented Nov 15, 2013 at 10:47
Add a ment  | 

3 Answers 3

Reset to default 4

IE8 has a Javascript profiler, like Firebug for Firefox. But I think you need Fiddler to profile the performance of the HTTP request/response.

If you want the Javascript developer tools (including profiler) I remend moving to IE8, but if you can't, IE7 has downloadable dev tools, like IE8's built-in capability.

I have a few solutions that might help. I learned of these from another question I asked earlier:

  • Firebug Lite is a JavaScript file you can insert into your pages to simulate some Firebug features in browsers that are not named "Firefox". Firebug Lite creates the variable "firebug" and doesn't affect or interfere with HTML elements that aren't created by itself.

  • WebWait is a website timer. Use WebWait to benchmark your website or test the speed of your web connection. Timing is accurate because WebWait pulls down the entire website into your browser, so it takes into account Ajax/Javascript processing and image loading which other tools ignore.

  • Also, the IE JavaScript Real Performance Tester can test your scripts.

Hope these help!

The page doesn't exist anymore? or is it: shanamccormick. ? misstype?

Anyway I've found that googles IE8.js (for IE7 and less) (https://code.google./p/ie7-js/) takes up to 1 minute to load (on a puter from that time) every page load... could that have been the problem?

本文标签: javascriptHow do i find out what is slowing down my page load in IE7Stack Overflow