Michal Mocny
Michal Mocny
Kept running into this, realized it was because I had open files (MacVim in this case) from the now-defunct mount point. Once I closed the files, I could do a...
I'm interested in helping, but I'm not quite sure what I'm signing up for yet :)
I'll add, several Web Performance WG members have already expressed interest in helping further (for e.g. reviewing pull requests, or consulting on content).
I see [there is already a comment to this effect](https://github.com/GoogleChrome/web-vitals/blob/master/src/getLCP.ts#L33-L34).
When I filed this, my primary concern was as a developer testing, and a debug version of the library for such use cases is absolutely perfect for me. The other...
@JohnRiv Thanks for pointing this out! This seems promising and would address the second point that @nicjansma made. @nicjansma In terms of segmenting navigations to 4xx/5xx pages, could you not...
If I understand @annevk, sync XHR/alert() in FF will unblock the event loop, allowing other tasks to move forward, even when the current task is blocked until completion. Sounds similar...
Makes sense to me. Pasting a bit more context here from prior conversations: - We may be able to decide if its better to add a config option or just...
https://github.com/GoogleChrome/web-vitals/issues/228 is fixed and so now first input now always counts as an INP score. There's more follow-up there chrome-side to change the reporting of FID, but I think if...
> something like app.use(scope, router) in express > It also does the same as an express router. Ah, thats funny. I was using the terms in the way js frontend...