Closed
Bug 311966
Opened 20 years ago
Closed 20 years ago
Refactor nsUpdateService.js to load less code at startup
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
DUPLICATE
of bug 311965
People
(Reporter: bryner, Assigned: bugs)
Details
(Keywords: perf)
Compile time of JS components is a pretty big chunk of our startup time, and
there's no reason the full update service needs to initialize right away (except
perhaps in the case of a pending update). If we're just going to do a ping or
background download, all of that code can be on a delayed load.
Comment 1•20 years ago
|
||
*** This bug has been marked as a duplicate of 311965 ***
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•