Closed
Bug 1548329
Opened 6 years ago
Closed 6 years ago
Load discovery stream feeds sequentially without blocking
Categories
(Firefox :: New Tab Page, enhancement, P1)
Firefox
New Tab Page
Tracking
()
Tracking | Status | |
---|---|---|
firefox68 | --- | verified |
People
(Reporter: thecount, Assigned: thecount)
References
Details
(Keywords: github-merged)
Possible perf gain.
Load feeds one at a time, and render what we can as the feeds are done.
If we go from the top to the bottom of the layout, and render until we hit something that's not ready, we can very likely render the above the fold caontent faster.
In my reference machine testing I saw improvements:
cached:
control:7.85/patch:6.61
no cached:
control:7.66/patch:7.3
To test, turn DS on and off, and watch it load.
If you watch it closely, you can see it loading from top to bottom as feeds are ready.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → sdowne
Updated•6 years ago
|
Type: defect → enhancement
Updated•6 years ago
|
Iteration: --- → 68.4 - Apr 29 - May 12
Priority: -- → P1
Comment 1•6 years ago
|
||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Keywords: github-merged
Resolution: --- → FIXED
Target Milestone: --- → Firefox 68
Comment 2•6 years ago
|
||
I have verified this issue with the latest Firefox Nightly (68.0a1 Build ID - 20190509214305) installed, on Windows 10 x64, Arch Linux and Mac 10.14.4. Now, the page is loaded from top to bottom as feeds are ready.
Status: RESOLVED → VERIFIED
Updated•5 years ago
|
Component: Activity Streams: Newtab → New Tab Page
You need to log in
before you can comment on or make changes to this bug.
Description
•