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.35k stars 105 forks source link

Add support for User Timings #99

Closed mmocny closed 2 years ago

mmocny commented 2 years ago

Now that #98 has landed, we can consider adding support for User Timings to the extension.

User Timings are helpful when using DevTools performance profile recordings. DevTools does already have some preliminary support for visualizing events, but there some differences with how Web Vitals, and especially the new INP metric, are reported.

There are different ways to accomplish adding User Timings, including just using DevTools Console -- but by adding it directly to this extension, it is incredibly convenient for a few reasons: