Closed
Bug 601994
Opened 14 years ago
Closed 14 years ago
Startup of Weave is terribly slow.
Categories
(Cloud Services :: General, defect, P2)
Cloud Services
General
Tracking
(fennec2.0+)
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
fennec | 2.0+ | --- |
People
(Reporter: dougt, Assigned: mconnor)
References
Details
Calling Weave.Service (which starts up weave) takes up between 300-600ms. This happens processing on the main thread.
I am using Fennec on Linux/GTK desktop. The machine is extra fast (SSD, 8 3.x GHz cpus).
Reporter | ||
Updated•14 years ago
|
tracking-fennec: --- → ?
OS: Mac OS X → All
Hardware: x86 → All
Assignee | ||
Comment 1•14 years ago
|
||
300-600 just for that, or does that include syncing?
Is this happening on about:home?
Reporter | ||
Comment 2•14 years ago
|
||
> 300-600 just for that, or does that include syncing?
just for that.
> Is this happening on about:home?
yes. we startup weave on the first DOMContentLoaded message.
other interesting factoids:
it takes 100-200ms to load and eval all of the random files at the top of service.js
in _registerEngines:
engines.map(function(name) Weave[name + "Engine"] takes around 150ms
Reporter | ||
Comment 3•14 years ago
|
||
over to mconnor who can reassign as required.
Assignee: nobody → mconnor
Reporter | ||
Updated•14 years ago
|
tracking-fennec: ? → 2.0+
Assignee | ||
Comment 4•14 years ago
|
||
If you're blocking on this, I presume you have a target for calling it fixed enough to ship?
Reporter | ||
Comment 5•14 years ago
|
||
< 100ms ideally.
Updated•14 years ago
|
Priority: -- → P2
Comment 6•14 years ago
|
||
What is going on with this?
Reporter | ||
Comment 7•14 years ago
|
||
More of a meta bug, connor has enough real bugz. marking incomplete.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•