Open
Bug 1303899
Opened 8 years ago
Updated 8 years ago
Lower the overhead of calling extensions by caching the list of methods and allowing for non-instantiated extensions
Categories
(Bugzilla :: Extensions, defect)
Tracking
()
NEW
People
(Reporter: dylan, Assigned: dylanAtHome)
Details
Talking with mtyson in #bugzilla about this made me realize how easy we can get gains from this.
1) We can avoid ever creating objects for extensions if all the extensions signal they don't need objects
2) Rather than asking each extension if they support every hook, every time, we can ask this at startup time and cache that.
Reporter | ||
Updated•8 years ago
|
Assignee: dylan → dylan
You need to log in
before you can comment on or make changes to this bug.
Description
•