Closed
Bug 701450
Opened 14 years ago
Closed 14 years ago
Please load all images for a platform at the same time
Categories
(support.mozilla.org :: Knowledge Base Software, task)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
VERIFIED
FIXED
2011-11-29
People
(Reporter: verdi, Assigned: tgavankar)
Details
Bug 632809 introduced "lazy loading" of images which is an awesome idea. However, now as you scroll down an article images seem to pop up. It's distracting and not very nice looking. If possible it would great if we could load all the images for whatever is selected in the "help with" menu all at once so they are loaded with the page and not as you scroll down the page.
Comment 1•14 years ago
|
||
What if we were more aggressive about loading things before they reach the screen? I ask because that's an easier change that should accomplish the same goal of being less distracting.
| Reporter | ||
Comment 2•14 years ago
|
||
I don't really know what that means but it sounds good to me if you think that solves the issue.
| Assignee | ||
Comment 3•14 years ago
|
||
That's just a matter of changing the threshold option in lazyload.js, maybe we should just make it a lot bigger.
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → tgavankar
Target Milestone: --- → 2011Q4
| Assignee | ||
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: 2011Q4 → 2011-11-29
Comment 5•14 years ago
|
||
What is the best way to verify this? I can see the images in this article load more quickly in stage than prod: https://support.allizom.org/en-US/kb/Installing%20Firefox%20on%20Mac
But I wasn't sure that was sufficient.
| Assignee | ||
Comment 6•14 years ago
|
||
Emulating a usual user's scrolling speed, just scroll down the page and make sure you don't see images popping up out of nowhere (which is what currently happens). It's not an increase in the loading speed itself, but rather the patch simply forces the images to start to load earlier.
Comment 7•14 years ago
|
||
Verified images load smoothly & quickly, without popping out of nowhere
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•