Closed
Bug 1687955
Opened 4 years ago
Closed 4 years ago
NetworkEvent actors leak 20MB per reload on cnn.com
Categories
(DevTools :: Netmonitor, defect, P2)
DevTools
Netmonitor
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1439509
People
(Reporter: jdescottes, Unassigned)
References
(Blocks 1 open bug)
Details
See https://bugzilla.mozilla.org/show_bug.cgi?id=1682212#c9
Network events are kept both in the pool of the watcher actor, as well as in a Map local to the NetworkEventWatcher.
The pool and map keep increasing everytime you reload the page, even without the "persist logs" option enabled. This means we leak the whole content of the requests after each reload.
We should find a way to cleanup irrelevant requests when navigating.
Reporter | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•