New issue
Advanced search Search tips

Issue 850673 link

Starred by 2 users

Issue metadata

Status: Duplicate
Owner:
Closed: Sep 21
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

LazyLoad: Implement heuristics to minimize loading regression on images in viewport

Project Member Reported by rajendrant@chromium.org, Jun 7 2018

Issue description

With 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.
 
Components: Blink>Loader>LazyLoad
Mergedinto: 877623
Status: Duplicate (was: Assigned)

Sign in to add a comment