New issue
Advanced search Search tips

Issue 879959 link

Starred by 1 user

Issue metadata

Status: Started
Owner:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 2
Type: Bug

Blocked on:
issue 879958



Sign in to add a comment

Gallery should use ImageLoader for more things (thumbnail generation is slow)

Project Member Reported by tapted@chromium.org, Sep 3

Issue description

Chrome Version       : 70.0.3534.4
OS Version: Chrome

Currently the gallery only uses the ImageLoader extension and image_loader_client.js for loading RAW images.

This means there is duplicate logic for loading images, and also that Gallery misses out on persistent caching. That makes loading thumbnails in Gallery really slow.

Using ImageLoader will not only give it persistent caching, but also allow it to share thumbnails with Files app, which would be great.

First, we need to clean up the ImageLoader API - Issue 879958

 

Sign in to add a comment