Description
The Python web framework Django can handle extremely high levels of
traffic… with appropriate design and support. We’ll go over techniques
to keep your Django site from being crushed under high load.
Topics include:
- Schema/model design
- Caching
- Efficient view function design
- Caching
- Template design for high performance
- Caching
- Database tuning and sharding
- Caching
We’ll also discuss caching.