Why is there no web-vitals option in devtools' performance, and display the web-vitals value in timing?
zengzuo613 opened this issue · 1 comments
zengzuo613 commented
tunetheweb commented
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.