Lofesa commented on issue #2051:
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/2051#issuecomment-730614948


   Hi @patrickhulce 
   Is not a bug, is how the module works.
   From the docs:
   "The lazyload_images filter defers loading of images until they become 
visible in the client's viewport or **the page's onload event fires**."
   The rationale for this is to save network connections and batery on mobile 
devices .Think that this modules comes from far times, when mobile devices have 
poor network connections. The `loading=lazy` attribute load all images too in 
some conditions, but is considered by LH as a option for lazyload, not a bug.
   
   To avoid this, the module has a parameter (Don“t know if the OP has this in 
place)
   
   `ModPagespeedLazyloadImagesAfterOnload off`
   
   This module needs some page hits to work entirely, because it need the 
beacons info to do the work.
   
   The docs here:
   https://www.modpagespeed.com/doc/filter-lazyload-images


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to