CPU Performance API Link copied!
Starting in Chrome 152, Chrome introduces the CPU Performance API, which allows web applications to determine the CPU performance of a user's device. This API targets web applications that will use this information to provide an improved user experience, possibly in combination with the Compute Pressure API, which provides information about the user device’s CPU pressure or utilization and allows applications to react to changes in CPU pressure.
Users can override the reported performance using Chrome browser Settings > Performance > Speed > Override CPU performance tier. Administrators can also control this behavior using the CpuPerformanceTierOverride policy (which takes precedence over the user setting).
For more details, see CPU Performance API Explainer.