I wanted to learn how to dynamically refresh icons using the Google Chrome browser, and I noticed that the browser seems to throttle how often you can update the icon per second, and such things make things messy. Testing page I did for this:
http://staticadmin.com/countdown.html
This is just a scrolling message displaying the countdown results. I added an input field to adjust the number of pixels per second moved with the script, and I looked great max 5 times per second in Google Chrome, and I did not test it in any other browsers.
My question is what is the maximum frequency, are there any ways to change it, and is there any special reason?
NOTE. I also noticed that this value also changes based on the focus of the window. It seems to drop to about 1 update per second when the browser window is not in focus and returns to "max" when you return.
source share