Closed
Bug 934978
Opened 12 years ago
Closed 7 years ago
Convert XPIProvider.jsm to lz4-compressed JSON
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: Yoric, Unassigned)
References
Details
This change should decrease I/O, hence saving time and battery.
Comment 1•7 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
Updated•7 years ago
|
Status: RESOLVED → REOPENED
Resolution: INACTIVE → ---
Comment 2•7 years ago
|
||
I don't think there's any more to be done here. The addons manager has evolved quite a bit since this was first filed, all our startup data is now in a single lz4 compressed json file. There are a few auxiliary files that are not compressed but they are not read on the main thread and they are not performance sensitive so the troubleshooting benefits of having plain json outweigh any efficiency gains we would get from adding lz4.
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•