Open Bug 868382 Opened 11 years ago Updated 2 years ago

Lower memory usage: release network event actor objects from the server

Categories

(DevTools :: Netmonitor, defect, P3)

defect

Tracking

(Not tracked)

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.
Priority: -- → P3
This is easier to fix if we implement a NetworkEventClient, see bug 812613.
Depends on: 812613
Blocks: 861335
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.