Lazy Load not working on mobile, only desktop
-
I’m trying to lazy load images. I do so successfully on desktop devices or responsive mode using Chrome DevTools within the dimensions panel:
(Please “right click + Open image in a New Tab” on the image to expand its size and view/read the highlights).
Desktop (Responsive mode): 38 image requests.
But as soon as I switch to iPhone 12 Pro or anything mobile, images do not lazy load:
Mobile (iPhone 12 Pro mode): 58 requests.
As you can observe in the attached screenshots, mobile is loading more images than desktop.
Google Page Speed Insights audits “Serve images in next-gen formats” shows up for Mobile and Desktop and “Defer offscreen images” shows up for mobile only as you would see if you run a test: https://pksdsta.wpengine.com/. The features “Lazy Load Images” and “Image WebP Replacement” are both set to “ON” so I don’t understand why it is complaining about it, even less why these are not lazy loaded on mobile as I can see in the Network panel of DevTools.
It’s important to note that these are
<img>
tags, not background images.Your help will be much appreciated.
- This topic was modified 1 year, 9 months ago by .
- This topic was modified 1 year, 9 months ago by .
- This topic was modified 1 year, 9 months ago by .
- This topic was modified 1 year, 9 months ago by .
- This topic was modified 1 year, 9 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘Lazy Load not working on mobile, only desktop’ is closed to new replies.