-
-
Notifications
You must be signed in to change notification settings - Fork 37
Investigate potential memory leak #585
Copy link
Copy link
Open
Description
- Open streaming example
- Click
Load moreon page - Open DevTools
Take heap snapshoton Memory tab- Click
Load moreon page Take heap snapshoton Memory tab- Click on
Snapshot 2and filterObjects retained by detached DOM nodes - See also
Objects allocated between Snapshot 1 and Snapshot 2
Also, open Performance monitor and click Start on page to stream data and watch the fluctuations on JS heap size (with GC kicking in, but still a general upward trend). More notable, see the large / consistent increase in DOM nodes .
See discussion
Investigated streaming performance a few weeks ago when using Canvas and substantially improved the issue, but wasn't able to 100% resolve the issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

