Open
Bug 868382
Opened 12 years ago
Updated 2 years ago
Lower memory usage: release network event actor objects from the server
Categories
(DevTools :: Netmonitor, defect, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
People
(Reporter: msucan, Unassigned)
References
Details
The network monitor needs to release the network event actor objects from the server once it no longer needs them - see how the web console does this.
Do note that things get complicated: life time of network requests in the web console is longer - we keep them across page loads. If netmonitor releases a NEA needed by the console, links in the console will become broken. The web console does retrieve network request information only on demand.
Updated•12 years ago
|
Priority: -- → P3
Reporter | ||
Comment 1•12 years ago
|
||
This is easier to fix if we implement a NetworkEventClient, see bug 812613.
Depends on: 812613
See Also: → 814515
See Also: → 1297525
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•