«   Previous tip Next tip   »

Chrome DevTools: DevTools (Performance) Easily identify long frame times

Last updated: 30th October 2020
DevTools (Performance) Easily identify long frame times

Introduction

The Timeline Panel in can highlight certain frames red. This is because it has an associated warning, in this case, the frame took longer than 18ms.

How to use this feature

If you click on a long frame within the Performance Panel, the Summary Pane shows the reason in the form of a warning.

If a screen is refreshing 60 times per second (which many screens do), that's only ~16ms per frame (since 1000 milliseconds / 60 fps = ~16ms).

Extra resources

«   Previous tip Next tip   »

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