最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Tool to monitor IE performance running JavaScript - Stack Overflow

programmeradmin1浏览0评论

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 badges
Add a ment  | 

2 Answers 2

Reset to default 8

I'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.

发布评论

评论列表(0)

  1. 暂无评论