LazyLoad: Implement heuristics to minimize loading regression on images in viewport |
||
Issue descriptionWith lazyimages feature, the first 2KB of the image is fetched first for all images. The intersection observer will kick in only after the layout and load the full image. This could delay the loading of images in the viewport. Implement heuristics to minimize this loading regression. Once approach is to fully load the first K images.
,
Sep 21
|
||
►
Sign in to add a comment |
||
Comment 1 by rajendrant@chromium.org
, Jun 21 2018