Closed
Bug 1137792
Opened 9 years ago
Closed 9 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)
1.19 KB,
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•9 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•9 years ago
|
||
Assignee: nobody → blassey.bugs
Attachment #8574652 -
Flags: review?(dtownsend)
Reporter | ||
Updated•9 years ago
|
Attachment #8574652 -
Flags: review?(dtownsend) → review+
Blocks: 1137635
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/68233f28f959
https://hg.mozilla.org/mozilla-central/rev/68233f28f959
Status: NEW → RESOLVED
Closed: 9 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
•