You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Web vitals helps identify load issues. For websites (especially SPAs) it is useful to understand long-running tasks that could affect browser and UX performance.
Solution
Use the browser's (Chromium) PerformanceLongTaskTiming API to collect metrics. Requires more research - ignore for now.