k6-docs icon indicating copy to clipboard operation
k6-docs copied to clipboard

Browser performance measurement (JS heap)

Open ankur22 opened this issue 2 months ago • 0 comments

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.

ankur22 avatar Oct 01 '25 08:10 ankur22