«   Previous tip Next tip   »

Chrome DevTools: Throttle the CPU for a deeper understanding on page performance

Last updated: 20th July 2020
Throttle the CPU for a deeper understanding on page performance

Introduction

While Network Throttling is very useful, what about the responsiveness of your page once all resources have loaded?

You can throttle the CPU in DevTools to understand how your page performs under that constraint. When you apply CPU throttling, Timeline recordings you make will better highlight (in the CPU Activity graph) where expensive operations are being performed.

How to use this feature

  1. Open up the DevTools Performance Panel
  2. Click the settings cog ⚙️
  3. Select the dropdown which shows 'No throttling' and change it to 4x slowdown

You'll notice that JavaScript execution on your page is now slower.

«   Previous tip Next tip   »

Sign up to receive a developer tip, in the form of a gif, in your inbox each week