Slow script performance when browser is minimized [closed] - javascript

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
Im running a javascript in the Chrome DevTools console, but when I minimize the browser the script runs 10x(?) slower.
I searched on chrome://flags for throttling and it returned:
I have changed Throttle Javascript timers in background. from default to disabled, but it continues running the script very slowly, what else I'm missing?

Related

Chrome inline extension installation error [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
I am getting following error when i try to install Chrome extension:
extensions::webstore:34 Uncaught Chrome Web Store installations can only be started by the top frame.
I think the error is pretty self-explanatory.
The code you're using to initiate chrome.webstore.install() is running in a document that's not the top one (i.e. is an iframe inside another document).
This is not allowed. It has to be a top document for inline installation to start.

location.reload() function is not working propely in javascript [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 5 years ago.
Improve this question
Here the problem is arriving when i am using location.reload() in IE and this error is occurring
This message is to warn you against any financial or otherwise important transaction that was completed earlier and may get initiated again as a result of running location.reload()

What do I do to prevent my website freezing after some time [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 7 years ago.
Improve this question
I've got a website (http://liverssreader.com/) which is quite JavaScript (jQuery) heavy. There are several scheduled background tasks (refresh of feeds) and animations. After an hour or so the browser tab freezes. Are there any obvious things to check to prevent this from happening (emptying animation queues or similar)? I was thinking of doing a complete website refresh after an hour or so, but that's not very user friendly. Any suggestions are welcome :)
Using the Google Chrome browser, open the developer tools, and go to the Profiles tab. The tools available there might be able to help you track down what is bogging down your page. (I'm assuming that the freezing is happening on the client side, not the server side - this wasn't entirely clear from the question.)

Unable to getElementById on one specific site [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
Working on creating an auto-login app, but I'm running into a problem on the following site:
https://www.navient.com/loan-customers/
Site Element
<input type="text" id="lblUserId" value .../>
Console Code
document.getElementById('lblUserId').value = 'testUserName';
Error Message
Any ideas why this isn't working? I've tried it on several other sites and it works perfectly.
Thanks ya'll!
the site uses frames. switch above console "top frame" to "ctl16_frlogin"

Chrome 38 Extension - history.pushState [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
history.pushState is causing my extension to crash since update 38. Is there a new way to do this or is this a bug ?
Any crash is a bug. Please file an issue at crbug.com/new, including a crash ID if possible, and follow up here with a link to the bug.

Categories