Thumbnails are slow with S3: set up proper caching #81085
Labels
No Label
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Content
Type
Design
Type
Report
Type
To Do
Type
Web Development
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio#81085
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thumbnail template tags are really slow, possibly slower with AWS S3 than they were with GCS.
This issue might be contributing: https://github.com/jazzband/sorl-thumbnail/issues/351, but doesn't actually account for all the slowness: removing
.exists()
call didn't do much difference.Current workaround for local setup is to cache thumbnail calls in the template (see commit https://developer.blender.org/rBLS53bfa6d981fb), however, without proper caching setup it only makes a difference for the development server.
See more at https://docs.djangoproject.com/en/3.1/topics/cache/
Added subscriber: @railla