New issue
Advanced search Search tips

Issue 875084 link

Starred by 2 users

Issue metadata

Status: Duplicate
Merged: issue 850669
Owner:
Closed: Aug 21
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

LazyImages: Avoid issuing the range request if the dimensions are already known for an image element

Project Member Reported by sclit...@chromium.org, Aug 16

Issue description

If the dimensions of an image element are already known (e.g. specified with the width/height attributes, inline in the style attribute, etc.) then there's no need to issue a range request for the first chunk of the image. This should help improve performance since there will be less of these range requests competing for network resources.

This would also help reduce the number of additional requests that get sent to servers when LazyImages is enabled.

This would also mean that a different solution for measuring data savings will be needed, since Chrome won't be able to use the response headers on the range response.
 
Mergedinto: 850669
Status: Duplicate (was: Assigned)

Sign in to add a comment