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
3 Answers
Reset to default 4IE8 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
版权声明:本文标题:javascript - How do i find out what is slowing down my page load in IE7 - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742407050a2469035.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论