Suggestion: Defer offscreen loading of images on mobile?
-
Hi!
If I may a possible useful feature that is to add lazy loading only for mobile as connection for it is usually slower. For example google offers reports of PagesSpeed for mobile and desktop flavors, for the first my score was 45 of 100 in a website, while in the desktop had 92 and the main suggestion was to lazy load images off-screen.
Said that maybe even better than lazy loading would be to defer loading of off-screen images till on-screen images are loaded, because otherwise the user as scrolls have to wait till the now on-screen images load, while using defer as usually js scripts work they are going to be already loaded by the time the user scrolls.
Kind Regards,
Tomás
- The topic ‘Suggestion: Defer offscreen loading of images on mobile?’ is closed to new replies.