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 does a great job of helping the user understand the initial page load. They should also take a look at JavaScript heap performance metrics during browser tests to ensure that their website isn't leaking memory. This is especially important for SPAs.
Solution
Use the browser's (Chromium) performance API to collect metrics. Requires more research - ignore for now.