Closed
Bug 1276340
Opened 9 years ago
Closed 4 years ago
Investigate parsing the session data earlier during startup
Categories
(Firefox for Android Graveyard :: Session Restore, defect, P3)
Tracking
(firefox49 affected)
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
firefox49 | --- | affected |
People
(Reporter: JanH, Unassigned)
References
Details
Attachments
(2 obsolete files)
Once the session data parsing has been moved to a background thread in bug 905223, we should investigate whether starting the parsing slightly earlier (see proposed patch for an example) has
- any measurable (hopefully positive) effect on app startup duration?
- any unwanted side effects?
Reporter | ||
Comment 1•9 years ago
|
||
Since we're now doing the session data parsing in background anyway (see bug 905223), we might as well start doing it slightly earlier and have it running in parallel to parts of the layout setup, so we don't bump immediately into the the following, preexisting bit of background initialisation.
Review commit: https://reviewboard.mozilla.org/r/55878/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/55878/
Reporter | ||
Comment 2•9 years ago
|
||
Check whether we actually have to wait for the background threads to finish their work.
Review commit: https://reviewboard.mozilla.org/r/55880/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/55880/
Reporter | ||
Updated•8 years ago
|
Component: General → Session Restore
Priority: -- → P3
Reporter | ||
Updated•7 years ago
|
Attachment #8757463 -
Attachment is obsolete: true
Reporter | ||
Updated•7 years ago
|
Attachment #8757464 -
Attachment is obsolete: true
Comment 3•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•