I Removed One Line of Django Code and My API Got 95ms Faster
When my API slowed down, I didn’t add Redis. I didn’t upgrade the droplet. I opened a Django shell and started measuring.
Feb 24, 20269 min read68

Search for a command to run...
Articles tagged with #postgresql
When my API slowed down, I didn’t add Redis. I didn’t upgrade the droplet. I opened a Django shell and started measuring.

Most startups scale by throwing more hardware at the problem. I scaled by rethinking what to store.
