Search code examples
internet-explorer-11

IE 11 Long running script. How to debug which script is produce this?


I'm getting a popup in IE 11 browser 'long running script' and page stocks. How can I find what script is producing it?


Solution

  • The way I used to find the problem script.

    1) View page source on the browser without issue.

    2) Save source to HTML file.

    3) Place file to the same domain so it can load domain related files.

    4) One by one remove javascript from HTML code and checking if an issue has gone on IE browser.