Mark Nguyen
Mark Nguyen

Reputation: 7448

Throttle CPU and resources available to Chrome

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

Answers (4)

Viraj Singh
Viraj Singh

Reputation: 2329

enter image description here

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

Uzair Farooq
Uzair Farooq

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.

enter image description here

Upvotes: 8

Chic
Chic

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

enter image description here

Select something in CPU throttling and click "Measure page load"

Upvotes: 15

Trung Nguyen
Trung Nguyen

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

Related Questions