Calculate hashes of images and include it in image_details field to improve image caching #5238
Open
5 tasks done
Labels
enhancement
New feature or request
Requirements
Is your proposal related to a problem?
The image_details table in (for example) a getpost json response does not include the hash of the image. A hash could be used to cache images better.
I assume the link field in image_details could be used for image caching, but this would not cache duplicate images or duplicates in other instances.
Describe the solution you'd like.
A SHA256 hash would be calculated and stored when an image is uploaded to an instance. This would then be returned in the image_details table.
Describe alternatives you've considered.
None.
Additional context
No response
The text was updated successfully, but these errors were encountered: