Closed
Bug 462050
Opened 16 years ago
Closed 16 years ago
load the microsummary service after delayedStartup, w/ other non-essential services
Categories
(Firefox Graveyard :: Microsummaries, defect)
Firefox Graveyard
Microsummaries
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 3.1b2
People
(Reporter: dietrich, Assigned: dietrich)
Details
(Keywords: perf)
Attachments
(1 file)
1.92 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
this patch delays the initialization of the microsummary service until a few seconds after chrome comes up. ryan's trace showed it took 4ms at startup.
loading microsummaries is likely to delay a few seconds, as they're not critical to startup, and are usually refreshed on a delay anyway.
myk, are there any reasons you can think of why this would be a bad idea?
Attachment #345166 -
Flags: review?(myk)
Comment 1•16 years ago
|
||
Comment on attachment 345166 [details] [diff] [review]
delay 4 seconds
(In reply to comment #0)
> myk, are there any reasons you can think of why this would be a bad idea?
No, I think this is just fine. r=myk
Attachment #345166 -
Flags: review?(myk) → review+
Assignee | ||
Comment 2•16 years ago
|
||
Assignee: nobody → dietrich
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.1b2
Comment 3•16 years ago
|
||
I backed this out so we can try to get better perf numbers.
http://hg.mozilla.org/mozilla-central/rev/cf6c01973a89
http://hg.mozilla.org/mozilla-central/rev/3bd9b32db894
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 4•16 years ago
|
||
relanded this to mozilla-central at 1:53 PM PDT
http://hg.mozilla.org/mozilla-central/rev/040c59e7d039
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 5•16 years ago
|
||
vista: 5-6ms win, and one 2ms loss
http://graphs.mozilla.org/#show=787093,787114,787126,1431846&sel=1225556160,1225576884
xp: 7-8ms win, and one 6ms loss
http://graphs.mozilla.org/#show=395006,395018,395046,1431862&sel=1225555347,1225577274
linux: 6-15ms win
http://graphs.mozilla.org/#show=395123,395133,395164,911692,1431030&sel=1225565664,1225582197
Assignee | ||
Comment 6•16 years ago
|
||
oh, we also had 100ms win on qm-plinux-trunk02, but i didn't include it because that box is just ridiculous.
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•