FrankWiles.com
2 questions

Questions about performance

Ask Frank Anything
Question

Are there any best practices you use or thoughts around how to help a django web app do the least environmental harm as possible?

djangoperformance
Question

I've been struggling with optimizing Django ORM queries for a high-traffic dashboard. We use select_related everywhere, but we are still seeing N+1 issues in some background tasks.

djangoperformancepython