Measure CPU performance via JS
- by Nicholas Kyriakides
A webapp has as a central component a relatively heavy algorithm that handles geometric operations.
There are 2 solutions to make the whole thing accessible from both high-end machines and relatively slower mobile devices.
I will use RPC's if i detect that the user machine is ''slow'' or else if i detect that the user machine can handle it OK,…