Closed
Bug 1786007
Opened 3 years ago
Closed 3 months ago
Add a fake Navigation Cache to instrument it with telemetry
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: nbp, Assigned: nbp)
References
(Blocks 1 open bug)
Details
The goal of the Navigation cache is to provide a cache which can be used if the same resources are used across pages of the same website. As users are navigating pages, resources which have already been processed can simply be reused.
The hypothesis is that these resources are frequently used and needed, and justify keeping the memory around to improve the next page load.
As part of prototyping this interface, we want to measure the number of resources which are reused, while testing different time threshold for discarding the in-memory cached content. Trashing the in-memory cache might not be catastrophic for cases which can be saved on disk.
Comment 1•3 months ago
|
||
I think we can close this, given we have an actual navigation cache.
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•