Collectstatic to S3 is slow #3290
Labels
bug
Something that should be fixed
optimization
Issues regarding slowness
priority: high
Must be dealt with before the next release is deployed.
server
Server related issues
Milestone
Describe the bug
On every boot, we run collectstatic, which uploads static files to S3. This is very slow as it appears that all/most files are uploaded every time. It would be nice if we can check whether a file has already been uploaded before doing that, to speed up our deployments/reboots.
How to reproduce
Reboot stating, and observe that booting takes quite a long time.
Expected behaviour
If few/no static files have changes, collectstatic is quick.
The text was updated successfully, but these errors were encountered: