Page MenuHomePhabricator

Explore lazy-loading WebP thumbnails to supporting browsers (eg Android Chrome)
Closed, DeclinedPublic

Description

May be some benefits from combining a couple of performance ideas:

  1. T27611 -- support creating WebP thumbnails to supplement jpeg & png
  2. T110615 -- dynamically loading thumbnails via JS to reduce network competition during text load

A big holdup on WebP has been getting them served in a backwards-compatible way without preloading the jpeg/png. If the image load is getting triggered from JS anyway, it should be trivial to toss in a ".webp" at the end of all the URLs.

Event Timeline

brooke raised the priority of this task from to Needs Triage.
brooke updated the task description. (Show Details)
brooke subscribed.
Restricted Application added subscribers: Steinsplitter, Aklapper. · View Herald Transcript

Websites such as BBC news / Facebook send a low res image and enhance it via JS. Also worth exploring.

grep for http://www.bbc.com/news/world-europe-34453739 in

<div class="js-delayed-image-load" data-src="http://ichef-1.bbci.co.uk/news/304/cpsprodpb/09DA/production/_85922520_eleanor_roosevelt_alamy976.jpg" data-width="976" data-height="549" data-alt="Eleanor Roosevelt"></div>
Jdlrobson triaged this task as Medium priority.Oct 7 2015, 5:42 PM

No plans to explore this. Data was the big driver of doing this.