web-vitals-extension
web-vitals-extension copied to clipboard
A Chrome extension to measure essential metrics for a healthy site
INP currently shows as "waiting for input" even after interacting with the page, if the interaction latency is sufficiently small. As a result, we show data for FID, but not...
**Is your feature request related to a problem? Please describe.** I don't always use Chrome **Describe the solution you'd like** Make extension available on Firefox **Additional context** That would be...
I was withholding merging these changes into `master` until we saw what the v1.1.1 release looked like in prod. Things have been holding stable. I haven't heard of any major...
Initial state: Alternate state: Currently, the badge is [designed](https://github.com/GoogleChrome/web-vitals-extension/blob/4d51b39e54a5199d9aa09fd6ae3c75fd7d03008b/src/bg/background.js#L240) to be blinking constantly. It's a little bit too distracting when the Extension icon is "pinned" on Chrome's toolbar. I think...
When emulating a mobile device with the HUD on, it occludes about 1/3 of the mobile viewport. This can make it difficult to diagnose things like CLS issues. Consider styling...
Quite a few CLS tools display layout shifts on the page to aid developers in debugging them. So far I have not found one that 100% works. It would be...
As a so called colour blind person i cant see the difference between the default colors red and green indicating fast or slow loading of a page so it would...
**Is your feature request related to a problem? Please describe.** The CWV values reported by the extension are useful snapshots of the UX, but they don't necessarily have any diagnostic...
Click on the extension icon to open the popup window and enter DevTools for that window. In the console type `chrome.storage.local.get(console.log)` and you should see entries for every tab you've...
CWV defines three buckets of experience: good, needs improvement, and poor. Currently, the extension labels anything not good as poor. Should the extension account for experiences in the needs improvement...