How do I turn off the warning about a website slowing down the browser?
I play a game and it takes up 30 seconds to load. It would be nice to turn off the notification about that site slowing down the browser!
All Replies (12)
Please get rid of the code to track time per website, or give the option to turn it OFF!!! I am tired of seeing this message for a web site that I already know is going to be slow... STOP WASTING MY COMPUTER, MY CODE SPACE, AND TIMERS on stuff I know ahead of time!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
It is simple by the way, just delete that code!!!!!!!!!!!!!!!!!!!!!!!1
Give this a try :
Type in the address bar about:config
(promise to be careful, if asked)
Type and look for the preference :
dom.max_script_run_time
and change it's value to 20
Then click OK
NOPE, did not work, I tried 20, then 60, then 120, then 999... I still get the stupid message... Get rid of the code, I don't want it, stop wasting my code space that I DO NOT WANT!!!!!!!!!!!!!!!!!!!!!!!!!!
Bummer !
Would you please take a look at this article, especially the section :
Error happens when accessing certain websites
Any good ?
Note that this is about code that runs on the main processor thread and that Firefox is blocked (unresponsive) for a longer time if you would increase this timeout setting. So be cautious and do not increase the value of this pref too much. The game should release the control at regular intervals to avoid such issues.
You can try to disable protected mode in the Flash plugin via the Plugins Add-ons page (about:addons)(Tools > Add-ons > Plugins).
See:
NONE of the above helps... I am on Windows 7 in 64 bit mode and again, this should be a simple fix, TURN IT OFF!!! If my browser hangs, I will detect it and restart it / figure out what is going on... I don't need my browser telling me things aren't working right...
STOP WASTING code space, timers, windows redraws, etc, TURN IT OFF or even better, just delete the code to save all of the above... IT IS UNWANTED and USELESS!!!
Diubah
Happens to me some times and hope some real solution will show up.
Type in the address bar about:config (press Enter) (promise to be careful, if asked) Type and look for the preference : dom.ipc.processHangMonitor and set it's value to false dom/ipc.reportProcessHangs and set it's value to false
Any good ?
Nope still get the popup(s), sorry...
Diubah
Deejr said
Nope still get the popup(s), sorry...
Bummer !
I just noticed :
Your system details show that your Flash Player needs to be updated.
Note: Windows users should download the ActiveX for Internet Explorer. and the plugin for Plugin-based browsers (like Firefox).
The latest Flash Player Version : 25.0.0.171
https://get.adobe.com/flashplayer/
Note: Other software is offered in the download.
https://get.adobe.com/flashplayer/otherversions/
Step 1: Select Operating System
Step 2: Select A Version (Firefox, Win IE . . . .)
Note: Other software is offered in the download.
Back to that annoying pop-up : Another common cause of unresponsive script errors on Windows 7-10 is the protected mode feature of the Flash player plugin. That feature has security benefits, but seems to have serious compatibility issues on some systems. You can disable it using the Add-ons page. Either:
Ctrl+Shift+a 3-bar menu => Add-ons
In the left column, click Plugins. On the right side, find "Shockwave Flash" and click the More link.
Then uncheck the box for "Enable Adobe Flash protected mode"
(however, there's a chance that you don't have this option, in which case I've run completely out of ideas - so sorry ! )
Diubah
Well, hmmmm, maybe I lied... I have made the changes which at first did no good but since I have restarted my computer (and thus browser) I have not seen the message. Thanks one and all for the help! Will let ya know if it happens again!
Diubah