Closed
Bug 1941935
Opened 27 days ago
Closed 25 days ago
Add telemetry to measure purge rate of cache entries
Categories
(Core :: Networking, task, P3)
Core
Networking
Tracking
()
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: smayya, Assigned: smayya)
References
Details
(Whiteboard: [necko-triaged])
Attachments
(1 file)
With Bug 1940989 we would like to increase the cache meta file size in memory (browser.cache.disk.metadata_memory_limit).
Before we implement that we would like to understand how this pref would impact the purge rate of metadata files from the memory.
This bug will add a probe to measure purge rate of entries from the memory due to:
- exceeding metadata file size limit controlled by browser.cache.disk.metadata_memory_limit and
- purge rate due to exceeding the memory limit as indicated by MemoryCacheCapacity()
Assignee | ||
Updated•27 days ago
|
Assignee: nobody → smayya
Severity: -- → N/A
Points: --- → 1
Rank: 1
Priority: -- → P3
Whiteboard: [necko-triaged]
Assignee | ||
Comment 1•27 days ago
|
||
Pushed by smayya@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b5ef99cc942c
Add telemetry to measure purge rate of cache entries. r=necko-reviewers,kershaw
Comment 3•25 days ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 25 days ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•