Closed Bug 1081536 Opened 10 years ago Closed 5 years ago

Investigate lazily loading tiles that aren't immediately visible on low resolutions

Categories

(Firefox :: New Tab Page, defect)

33 Branch
x86
macOS
defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: Mardak, Unassigned)

References

Details

The way newtab page current displays tiles is that all 3x5 potential tiles are immediately created even if they don't all fit the current window. But if the user resizes the window to be larger, the tiles are immediately available as they were hidden by css overflow hidden.

Potentially we could lazily create the tile and related nodes only when it would be visible. This could help in both animation performance and memory usage as there's less content to try to render then have hidden.
Also a note is that our test machines probably run at high resolutions so they're always going to show 3x5 tiles. We'll probably want tests to make sure it shrinks the window size to see any performance improvement.

Hello!

This bug has been closed due to inactivity and/or the potential for this bug to no longer be an issue with the new Discovery Stream-powered New Tab experience.

Please help us triage by reopening if this issue still persists and should be addressed.

Thanks!

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.