Reputation: 7448
I am trying to emulate the feel of an application on lower spec systems, running on Chrome. Is it possible throttle the CPU and put limitations on resources?
Upvotes: 20
Views: 12486
Reputation: 2329
chrome: 127.0.6533.120, CPU throttling is available on mobile view, and I choose an old device from past to emulate the low screen resolution.
Enabling Low-end mobile will automatically throttle CPU 6x and throttle network to 3G.
Upvotes: 0
Reputation: 2427
Chrome has introduced CPU throttling now.
Goto DevTools -> Performance and click ⚙️ icon at the top right side of the Performance tab. You will see a CPU Throttling dropdown.
Upvotes: 8
Reputation: 10509
As of Chrome 112.0.5615.121, CPU throttling is available under the 'Performance Insights' tab.
DevTools > Performance Insights > Settings (gear icon) > CPU
Select something in CPU throttling and click "Measure page load"
Upvotes: 15
Reputation: 529
That depends on your platform and available tools at your disposal. Usually, you are able to set CPU clock in your BIOS settings. There may also be CPU clock management software tools that you could use within your OS for more dynamic control.
You can also emulate network data throttling in Chrome's Dev Tools. If you enable device emulation mode, the network throttling option becomes available.
Upvotes: 1