Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Optimize image sizes and format #32

Open
ceolinwill opened this issue Jun 27, 2020 · 0 comments
Open

Optimize image sizes and format #32

ceolinwill opened this issue Jun 27, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ceolinwill
Copy link
Member

Is your feature request related to a problem? Please describe.
Even though we limit image sizes when users are uploading them, they're still large and inefficient. Plus, sometimes we only need a thumbnail (e.g. for posts list). We shouldn't load the whole image.

Describe the solution you'd like
We should optimize all images from posts, topics, and groups. We should consider using formats such as WebP and create different image sizes (e.g. thumbnails).

Additional context
Posts can have multiple images and they can also come from external sources (e.g. image from links added to the references). When should optimize all those images and, when coming from external sources, we should copy and upload them to our storage bucket.

@ceolinwill ceolinwill added enhancement New feature or request good first issue Good for newcomers labels Jun 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant