Barry Pollard

Results 410 comments of Barry Pollard

Is this still needed now we have the popup as well as the HUD?

It won't grow uncontrollably but will grow up to a max of 5MB (which is still quite a lot!): https://developer.chrome.com/docs/extensions/reference/storage/#storage-areas FYI you can use `chrome.storage.local.getBytesInUse(console.log);` to get the current size....

Think this is an old issue as it currently shows gray/“waiting for input” for FID and INP but leaves the overall status as Green if the other CWVs pass. I...

So #115 introduced a summary table of key info, as well as the full, detailed, Performance Observer entries, with extension options to have one or the other or both. Rick's...

Thinking about this some more I'm not 100% sure using the DevTools levels are are better way of going compared to turning it off an on in the extension options....

With the move towards INP this is maybe becoming less important?

I kinda agree it's a bit distracting and had a quick look into this, but might not be as simple as I initially thought it would be. This is controlled...

Actually the settings are synced to profile, so are available to the service worker. Fix coming up.

Closing this in favour of #118 which, although opened after, has more details.

Have a look at [this example SQL](https://github.com/GoogleChrome/CrUX/blob/main/sql/core-web-vitals.sql). > The metrics should be for a page, and the same for an origin. BugQuery only details data by Origin. Page-level data is...