Presented at PyCon Singapore 2014.
Tips, tricks and performance tuning beyond simple Django projects.
Say you have got your Django website / API up and running with some traffic coming in - so what's next? This talk will showcase a collection of Django tweaks, performance tips such as:
- Caching
- DB optimizations (indexes, identifying slow queries etc)
- Background task workers
- Logging errors with Sentry