Closed
Bug 996531
Opened 11 years ago
Closed 11 years ago
[tarako][perf] improve performance of loading Homescreen at startup
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect, P2)
Tracking
(b2g-v1.3T affected)
RESOLVED
DUPLICATE
of bug 999953
1.4 S6 (25apr)
Tracking | Status | |
---|---|---|
b2g-v1.3T | --- | affected |
People
(Reporter: angelc04, Unassigned)
Details
(Keywords: perf, Whiteboard: [c=progress p= s=2014.04.25 u=])
Attachments
(1 file)
302 bytes,
text/html
|
Details |
Step to reproduce
-----------------------------------------------------------------------
1. Go to Settings -> Screen lock
2. Disable Lock Screen
3. Long press power button, and select "Restart"
--> After device starts, you will notice that it took about 2s for Homescreen to load all icons. According to spreadtrum, they want this time to be limited to 0.5s.
Test build
------------------------------------------------------------------------
Gaia 23488b1a45221c17e6a32fdd4c9d0fdbdcf2d021
Gecko https://hg.mozilla.org/releases/mozilla-b2g28_v1_3t/rev/72055108f470
BuildID 20140414164002
Version 28.1
ro.build.version.incremental=eng.cltbld.20140414.200743
Updated•11 years ago
|
blocking-b2g: --- → 1.3T?
![]() |
||
Updated•11 years ago
|
status-b2g-v1.3T:
--- → affected
Updated•11 years ago
|
Priority: -- → P2
Whiteboard: [c=progress p= s= u=]
Comment 2•11 years ago
|
||
spreadtrum need this performance improvement, renfeng and fabrice, help.
blocking-b2g: backlog → 1.3T?
Comment 3•11 years ago
|
||
any suggestion for this ?
the performace issue is the same as any other app start up.
Updated•11 years ago
|
Status: NEW → RESOLVED
blocking-b2g: 1.3T? → ---
Closed: 11 years ago
Resolution: --- → DUPLICATE
Comment 5•11 years ago
|
||
Captured a profile, brief glance I saw:
convertAppsArray() @ Webapps.js,
apps.forEach(function eachApp(app) {...}); @ grid.js:985
Haven't looked into details to understand what is going on.
Comment 6•11 years ago
|
||
(In reply to Ting-Yu Chou [:ting] from comment #5)
> Created attachment 8412471 [details]
> profile
>
> Captured a profile, brief glance I saw:
>
> convertAppsArray() @ Webapps.js,
That's a known issue, but won't be fixed in 1.3t.
Updated•11 years ago
|
Component: Performance → Gaia::Homescreen
Whiteboard: [c=progress p= s= u=] → [c=progress p= s=2014.04.25 u=]
Updated•11 years ago
|
Target Milestone: --- → 1.4 S6 (25apr)
You need to log in
before you can comment on or make changes to this bug.
Description
•