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
Is there an example of another implementation of an ImageBackend that does not go through easy_thumbnails?
The problem is that I want to crop the image on upload and generate the thumbnail then. No need to have dynamic images after the size has been chosen in the admin. Right now, the easy_thumbnails backend is querying the GCP bucket several times, on every request, and it is slowing down the request unnecessarily (not to mention that the cost of GETs is also increasing accordingly).
Thanks!
The text was updated successfully, but these errors were encountered:
with less limitations as long as these are documented (we also want to work in the next months on the topic so we might extend what you may start now)
with changes to the interface as long as they can be explained and tested (in particular, you may need to change what leads to issue Reduce filesystem work #15 )
Is there an example of another implementation of an ImageBackend that does not go through easy_thumbnails?
The problem is that I want to crop the image on upload and generate the thumbnail then. No need to have dynamic images after the size has been chosen in the admin. Right now, the easy_thumbnails backend is querying the GCP bucket several times, on every request, and it is slowing down the request unnecessarily (not to mention that the cost of GETs is also increasing accordingly).
Thanks!
The text was updated successfully, but these errors were encountered: