Re: additional download on screen shrinking

Yeah, that behavior is (intentionally) not specced, and left to the browser
to do as it pleases.
Current Blink behavior where smaller resources are downloaded when larger
ones are already in the cache is a bug
<https://code.google.com/p/chromium/issues/detail?id=425701> and should be
fixed. Unfortunately, I doubt I can get to that before Chrome 40 branches,
so I don't think it'd be released before Chrome 41.


On Thu, Oct 23, 2014 at 10:18 PM, John Holt Ripley <
john.holtripley@googlemail.com> wrote:

> Hi all,
>
> I'm working with non-art directed images in a responsive layout, and
> noticing that when shrinking the viewport, both Chrome and Opera are then
> additionally requesting the smaller image instead of shrinking the already
> downloaded asset.
>
> Is this the intended behaviour? I couldn't see anything in the spec that
> determines this behaviour, so is it up to browser vendors to determine how
> to handle this? (Or the browser itself to look at network speed and make a
> decision from there?)
>
> I can see the need to request the new asset in art-directed cases (within
> the Picture element for example), but in a simple srcset and sizes
> situation is this additional download beneficial? Is the performance
> implication of rescaling a large image offset by the network request?
>
> Thanks
>

Received on Thursday, 23 October 2014 20:55:11 UTC