Open
Bug 1595002
Opened 5 years ago
Updated 2 years ago
QM: Speedup getUsage and listOrigins by getting necessary information from a database
Categories
(Core :: Storage: Quota Manager, enhancement, P3)
Core
Storage: Quota Manager
Tracking
()
NEW
People
(Reporter: janv, Unassigned)
References
(Depends on 1 open bug)
Details
getUsage is used in Preferences for Cookies and site data management and listOrigins mostly at shutdown when we clear data when the user enabled "Delete cookies and site data when Firefox is closed".
Both operations can be faster if we avoid directory traversals and also if we avoid reading information from the metadata files.
Updated•5 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•