admin管理员组文章数量:1344523
Company I work for are one of the largest betting panies in Europe and the website has thousands of lines of JavaScript on all our pages.
Lately Internet Explorer versions earlier than version 9 are running painfully slow and I want to be able to monitor what parts of a page load (including scripts) that are slow. I know that IE are slower in general and has DOM API issues etc.
What I want to acplish is a way to quickly identify slow parts and see if we can replace the code with IE specific code that will render with higher performance.
Cheers, Stefan
Company I work for are one of the largest betting panies in Europe and the website has thousands of lines of JavaScript on all our pages.
Lately Internet Explorer versions earlier than version 9 are running painfully slow and I want to be able to monitor what parts of a page load (including scripts) that are slow. I know that IE are slower in general and has DOM API issues etc.
What I want to acplish is a way to quickly identify slow parts and see if we can replace the code with IE specific code that will render with higher performance.
Cheers, Stefan
Share Improve this question edited Jan 10, 2011 at 13:50 StefanE asked Jan 10, 2011 at 10:59 StefanEStefanE 7,63010 gold badges50 silver badges75 bronze badges2 Answers
Reset to default 8I've used dynaTrace AJAX [sic] edition before and found it useful.
IE9 has great profiling functionalities (F12).
Activate the development tools, click on the profiling tab and start profiling when you work with your app. Stop the profiling and you can see all the function calls, the time spent, etc.
本文标签: Tool to monitor IE performance running JavaScriptStack Overflow
版权声明:本文标题:Tool to monitor IE performance running JavaScript - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743748515a2532209.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论