Tool to monitor IE performance running JavaScript

Posted by StefanE on Stack Overflow See other posts from Stack Overflow or by StefanE
Published on 2011-01-10T10:59:33Z Indexed on 2011/01/10 13:53 UTC
Read the original article Hit count: 205

Hi,

Company I work for are one of the largest betting companies 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 accomplish 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

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about Performance