GoogleChrome/web-vitals-extension

Why is there no web-vitals option in devtools' performance, and display the web-vitals value in timing?

zengzuo613 opened this issue · 1 comments

I am using Chrome 116.0.5845.188 now. Previously, the web-vitals plugin could be selected in devtools, and web-vitals values were displayed in timing. Why is it gone now? Is it because my configuration is incorrect?

Previously

image

Now

image

This is not to do with the Web Vitals Extension that this repo is for, but is part of DevTools.

The Web Vitals track was removed in Chrome 114. It duplicated a lot of data that was already available in the Timings and Experience/Layout Shifts track. Those tracks also provided additional information when those timings were clicked on, that the Web Vitals track did not, so they were better than the Web Vitals track. So to avoid the duplication and consolidate on the better option, we removed the Web Vitals track.