k6-docs
k6-docs copied to clipboard
Browser performance measurement (JS heap)
What
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.