Skip to content

nadyinky/django-optimization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimizing Django application

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.

About

Queue optimization, indexing, using Redis, Celery for a simplified app

Resources

Stars

Watchers

Forks