Over the past few days, whenever I go to SO's opening page, IE displays the following warning:

Stop running this script?

A script on this page is causing Internet Explorer to run slowly. If it continues to run, your computer might become unresponsive.

If I say Yes, color coding of posts with tags in my Favorite Tags and Ignored Tags lists is disabled. If I say No, color coding works.


Update: No one has any thoughts on this? If it helps, I just ran IE8's developer tools profiler while loading the main page, and it says the onreadystatechange event is taking 20+ seconds to run! It has a long call tree inside that event, could this be a recursive function got wrong? For comparison, if I load the full site on my mobile webbrowser, it loads very quickly. So maybe the script is doing some browser-specific operation that is badly written?

share|improve this question
totally offtopic: A Gambit fan! – Sathya Oct 8 '11 at 5:05
Can you say where exactly all that time is spent? – balpha Oct 8 '11 at 10:44
What IE8 plugins do you have? Can you grab a snapshot of the loading times? (IIRC the F12 tools allow you to monitor those) – jcolebrand Oct 8 '11 at 21:13
Sorry for the delay. Unfortunately, that machine died on me a few weeks ago. I bought a new 64-bit laptop running IE9 and the problem is not occuring on that machine. So it has to be a script bug related to XP 32-bit. That is what my dead machine was using. The problem was occuring with IE8, and just now I reproduced it with IE6 on XP 32-bit as well (but there is no debugger in IE6). – Remy Lebeau Nov 29 '11 at 23:55

You must log in to answer this question.

Browse other questions tagged