You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently full resolution images are displayed on the list and index view pages, this creates a heavy payload upon first load so we have an opportunity to greatly optimise the loading speed and experience.
This could later be extended to provide conversion between media types, if we should wish.
Deliverable
Build a proxy service to return cached thumbnail images.
Perhaps something with a url structure like: objects.slate.host/{CID}/{options*}
Dependencies
imgproxy looks like a great project that we could make use of here, we can even generate video thumbnails and post process previews with additional options.
The text was updated successfully, but these errors were encountered:
Purpose
Currently full resolution images are displayed on the list and index view pages, this creates a heavy payload upon first load so we have an opportunity to greatly optimise the loading speed and experience.
This could later be extended to provide conversion between media types, if we should wish.
Deliverable
Build a proxy service to return cached thumbnail images.
Perhaps something with a url structure like:
objects.slate.host/{CID}/{options*}
Dependencies
imgproxy looks like a great project that we could make use of here, we can even generate video thumbnails and post process previews with additional options.
The text was updated successfully, but these errors were encountered: