Think if going to subtools would help

This is part of the Semicolon&Sons Code Diary - consisting of lessons learned on the job. You're in the workflows category.

Last Updated: 2024-05-07

. If the framework's solution is not working, ask yourself what other CLIs or tools might do this better

I could not get Django's collectstatic to run quickly. And modifying it was difficult. Therefore I disabled it for the bottleneck, uploading to s3, and used aws s3 sync in its place, improving speed by 4x.