Closed
Bug 558373
Opened 13 years ago
Closed 13 years ago
on startup, takes a long time for start page to appear
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(fennec1.1+)
VERIFIED
FIXED
Tracking | Status | |
---|---|---|
fennec | 1.1+ | --- |
People
(Reporter: madhava, Assigned: mfinkle)
Details
Attachments
(1 file)
4.24 KB,
patch
|
vingtetun
:
review+
|
Details | Diff | Splinter Review |
When you start Fennec, you see a blank page and the "Enter Search or Address" stuff in the URL bar, but not the start page for a long time. When you reload the start page, it's very quick (the add-ons appear a bit later, but there's a throbber). Overall, this makes startup seem slow. On an n900 using my profile (not helpful, I know) it's about 18 seconds after the Fennec UI appears before the start page fills in, with the add-ons coming in about 1s after the rest of the page (which is fine).
Reporter | ||
Updated•13 years ago
|
tracking-fennec: --- → ?
Assignee | ||
Comment 1•13 years ago
|
||
18 seconds is an amazingly long time. Without Weave installed, using my normal profile on my N900, it takes about 2 seconds.
Updated•13 years ago
|
tracking-fennec: ? → 1.1+
Assignee | ||
Comment 2•13 years ago
|
||
This patch removes using the extension manager to check for weave. It depends on the weave code in browser only now. I also moved the script code to the bottom of the HTML in the hopes that the HTML part of the page will display faster (web dev trick).
Assignee: nobody → mark.finkle
Attachment #439003 -
Flags: review?(21)
Attachment #439003 -
Flags: review?(21) → review+
Assignee | ||
Comment 3•13 years ago
|
||
pushed: http://hg.mozilla.org/mobile-browser/rev/8a2ba164a71f
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 4•13 years ago
|
||
Verified code change in Mozilla/5.0 (X11; U; Linux armv7l; en-US; rv:1.9.2.5) Gecko/20100603 Firefox/3.6.5pre Fennec/1.1. However, can we get a unit test for this since performance is something hard to manually verify?
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•