The repository addresses the following Django optimization issues:
- ORM query optimization
- Annotate and aggregate in ORM
- Working with Celery
- Redis and manual cache
- DB indexes
- Global caching, django-cachalot
Uses Docker and docker-compose to containerize Django application with simple business logic to introduce and demonstrate working with the above features.