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

INP breakdown and LoAF integration with web-vitals v4 #177

Closed tunetheweb closed 3 months ago

tunetheweb commented 5 months ago

Uses the upcoming v4 build of web-vitals which allows INP breakdown and LoAF integration.

This allows us to do things like this:

image

For Interaction the breakdowns is too complex to repeat all the web-vitals.js code and maintain it separately, but they can have LoAFs:

image
tunetheweb commented 4 months ago

Not going to land this until web-vitals v4 lands, but think it's ready for review now.

Thanks @philipwalton for double checking the interaction stuff already!

tunetheweb commented 3 months ago

Thanks for all approvals. Will update and merge after v4 is released.