I\'ve installed django-redis-cache and redis-py. I\'ve followed the caching docs for Django. As far as I know, the settings below are all that I need. But how do I tell if it\'s
You could install the django-debug-toolbar and see if the number of queries decreases when you enable caching. Though I don't think this is the best solution to the posed question, I still think you want to do this, as you can easily pinpoint costly queries using this setup, and then add the appropriate caching to them.