Is there a standard (accepted / simple / efficient) way to determine how fast the client machine creates javascript?
When I launch web applications (videos, etc.) on my other tabs, my JS animations slow down the scan.
If I could detect slowness from my JS, I would use simpler animations to provide a better user interface.
Update:
Removing animations for everyone is not the answer. I'm talking about the simplest animation, which stutters depending on the browser / computer. If I could detect the level of slowness, I would just turn them off.
This is the same as video games with dynamic graphics quality: you want to please people with old computers without punishing those who have extra computing power.
source
share