Closed
Description
Problem Statement
Through #6503 we started testing https://googlechrome.github.io/devtools-samples/jank/ and measuring the SDK overhead.
Folks mentioned this is heavy in attribute manipulation but not as much in DOM mutations.
Solution Brainstorm
Have a site that's more representative of a 'real world' web app.
Use playwright's API to navigate around.
Make sure the replay is flushed out of the server (we now flush every 5 seconds #6761)