blip
blip copied to clipboard
Thumbnails download optimisation
Status
Currently, the API server always provides 800x800 thumbnail images.
Suggestions
- When it makes sense, the app (client) could request a smaller size to make the payload smaller and the transfert shorter.
- The client could request thumbnails as a batch (ex. 1 HTTP request for 10 thumbnails) (but this may not make sense with UI scrolls, and request cancelling)
Note
We don't use item thumbnails anymore.