«   Previous tip Next tip   »

Chrome DevTools: Understand how long pieces of JavaScript took to execute

Last updated: 21st December 2018
Understand how long pieces of JavaScript took to execute

The Source Line Level Profiling feature in DevTools shows how long a line of JavaScript took to execute.

It's interesting to use this feature on code such as React, Ember.js, Polymer etc. If you combine this with CPU Throttling, you can get a decent representation as to how long a big chunk of JavaScript takes to execute on a low-end device, on page-load alone.

«   Previous tip Next tip   »

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