Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google DevTools Timeline Panel missing

Tags:

If I open the google DevTools I cant find the Timeline Panel as described here:

enter image description here

There is simply no tag. Whats wrong? I'am on Windows 7 and Chrome 61.0.3163.91

like image 797
hamburger Avatar asked Sep 19 '17 17:09

hamburger


2 Answers

The Timeline panel is now called the Performance panel. This change was introduced in Chrome 58. You can see what version of Chrome you're running by typing chrome://version into the URL bar.

I write the official DevTools docs. That doc is old. I need to redirect it to the up-to-date docs, or add a deprecation notice to it.

Get Started With Analyzing Runtime Performance teaches you how to diagnose forced synchronous layouts, using the Performance panel. Note that the workflow and UI are different than the tutorial that you referenced, but the new workflow ultimately achieves the same goal of diagnosing and finding forced synchronous layouts.

like image 134
Kayce Basques Avatar answered Sep 22 '22 05:09

Kayce Basques


The performance panel provides the combined functionality of Timeline and JavaScript CPU profiler

The performance panel provides the combined functionality of Timeline and JavaScript CPU profiler

The latest version is now

https://developers.google.com/web/tools/chrome-devtools/evaluate-performance/reference

like image 39
Haris Np Avatar answered Sep 19 '22 05:09

Haris Np