Closed
Description
Debugger.ScriptParsed
events are sent on loading and parsing scripts into the browser. We can have a few thousands of them at the start of running a flutter app. This can cause a performance problem, especially in scenarios using SSE connection from the debug extension, where the events translate into http POST calls.
Here is where the debug extension is sending all events to dwds:
We can use batched events similar to what we are doing in the injected client:
Line 68 in bfc9050
Metadata
Metadata
Assignees
Labels
No labels