Better handling of thumbnails #22882
Resumane
started this conversation in
Feature Requests
Replies: 2 comments 2 replies
This is already possible from settings today 👍🏻
This sounds a bit odd to me. Generating the asset only happens once the first time the asset is requested, and is then served from a static file every other time after that. While you could skip that generation step when it's already done on upload, I doubt it'll create much performance increase in the day to day usage of the API 🤔 |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
Let us set a few default thumbnail sizes (the only ones that a user could request from the server, the others should not be allowed) and automatically generate those thumbnails when the pictures are uploaded.
Basic Example
No response
Motivation
The problem this fixes is that generating pictures in thumbnail sizes is generally quite slow, much too slow for a normal user.
Detailed Design
Create a thumbnail section in the Settings page, let's set several if needed, different sizes and formats.
Requirements List
not needed
Drawbacks
No drawbacks.
Alternatives
No alternatives? The problem this fixes is that generating pictures in thumbnail sizes is generally quite slow, much too slow for a normal user.
Adoption Strategy
It's a very minor change, that should be opt-in.
Unresolved Questions
No response
All reactions