Lazyloading images makes loading ardmediathek.de slow
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: jens1o, Unassigned)
References
(Regression, )
Details
(Keywords: regression)
STR:
- Make
dom.image-lazy-loading.enabled
set to true (restart if needed) - Navigate to ardmediathek.de and wait until you see all the images for videos to watch.
- Set the setting to false and restart
- Navigate to ardmediathek.de again and notice that the images load quite faster.
Comment 1•5 years ago
|
||
It seems to me it looks the same. Also it looks like the site doesn't set loading="lazy". I guess it's because I am accessing the site from Japan?
Comment 2•5 years ago
|
||
Hey Jens, I also couldn't see any differences in loading speed, but then I am checking from Australia ;)
Comment 3•5 years ago
|
||
Yeah, also: regardless of the pref, on last build images were lazy loaded due to a bug (https://phabricator.services.mozilla.com/D62723), so not sure how a difference could be observed?
I'm in spain right now but same about loading speed.
Comment 4•5 years ago
|
||
Also that seems like custom lazy-load code to me, document.querySelector("[loading=lazy]")
returns null
Comment 5•5 years ago
•
|
||
Tried to reproduce this from Germany, but the pictures seem to load equally fast. Both times it felt like a fraction of second. Used current Nightly on Ubuntu 18.04.
Reporter | ||
Comment 6•5 years ago
|
||
I'm sorry, after upgrading to the latest Nightly to make a profile I wasn't able to reproduce it anymore (and now the setting is true by default). Feels bad. :/ Sorry for your wasted time.
Comment 7•5 years ago
|
||
Jens, no problem at all! That's good to hear. Thanks for the reconfirmation and thanks for using lazy loading immediately after it landed!
Updated•5 years ago
|
Description
•