Is it somehow possible, to figure out client PC CPU capabilities? I want my app to load only 25% of CPU or even 10% of CPU, but how much operations i should set, to avoid overloading it’s CPU?
Have anyone tried to implement something like that?
For example 10 seconds Benchmark, how much operations fail etc.
Thanks 🙂
You can’t access the CPU via JavaScript.
JavaScript is running in your browser, and no browser delivers functionality for manipulating the CPU or any task control.
This is some javascript benchmark thing, but not that what you really want I think.