Unresponsive script warnings in Firefox


1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

When I upgraded to Firefox 2.0 I started getting some unresponsive script warnings on sites that use quite a bit of Javascript like Gmail. So after digging for quite a while I found a cure to the nagging script issue.

Firefox unresponsive script dialog

To fix it, you’ll need to access the hidden configuration page in Firefox. Just type about:config in the address bar and you’ll get a page full of hidden configurations which you can tweak till your heart’s delight.

In the “Filter” box, type dom.max_script_run_time. This will narrow the options till only the dom.max_script_run_time option remains. Right-click it and choose Modify. A box pops up. Change the number to something bigger like 20. This is the maximum time a script can run before Firefox considers it unresponsive.

If you can’t find the string in the about:config page, create it by right-clicking anywhere and then choose New Integer and enter dom.max_script_run_time. When prompted for the value, use 20.

Beware that some extensions may also cause similar problems.

Read more posts by Christopher Carey

Comments

2 Responses to “Unresponsive script warnings in Firefox”

  1. anonymous on MyAvatars 0.2 April 29th, 2007 8:57 pm

    well….i did as u said…however i still get the error in gmail

  2. Anonymous on MyAvatars 0.2 November 28th, 2007 10:17 am

    This error is probably caused by an add-on. Go into Tools/Add-Ons and disable each one until you find the one that is unresponsive.

Got something to say?