GoogleChrome / web-vitals

Essential metrics for a healthy site.
https://web.dev/vitals
Apache License 2.0
7.62k stars 418 forks source link

Cap INP breakdowns to INP duration #528

Closed tunetheweb closed 1 month ago

tunetheweb commented 2 months ago

Fixes #492

Modals (alert(), confirm(), print()) do give feedback to the user, but also block the main thread so the event processing doesn't end when this shows. However, from an INP point of view, the feedback is given and so the duration is set to that timestamp.

I think it should be possible add a test case for this, but wanna agree on the change before going to that effort.