Closed
Bug 1137792
Opened 10 years ago
Closed 10 years ago
Ignore the first timing for an add-on
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: mossop, Assigned: blassey)
References
Details
Attachments
(1 file)
(deleted),
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
Every time I start Firefox it tells me that all of my add-ons are making Firefox run slow and then never again. I think it makes sense to ignore the first timing for an add-on. Add-ons are going to do most of their work setting up during startup or when enabled and as long as they don't do this longterm that's less of a problem. We should ignore the first timing for an add-on to skip this.
Assignee | ||
Comment 1•10 years ago
|
||
This sounds right to me. Alternatively we can time start up time separately with a different limit to try to catch add-ons that are truly slowing down start ups significantly.
Assignee | ||
Comment 2•10 years ago
|
||
Assignee: nobody → blassey.bugs
Attachment #8574652 -
Flags: review?(dtownsend)
Updated•10 years ago
|
Reporter | ||
Updated•10 years ago
|
Attachment #8574652 -
Flags: review?(dtownsend) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•