GoogleChrome / web-vitals-extension

A Chrome extension to measure essential metrics for a healthy site
https://chrome.google.com/webstore/detail/web-vitals/ahfhijdlegdabablpippeagghigmibma?hl=en
Apache License 2.0
2.34k stars 105 forks source link

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

Closed zengzuo613 closed 11 months ago

zengzuo613 commented 11 months ago

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

tunetheweb commented 11 months ago

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.