Why might a developer use caching in Django?
To store user credentials permanently
To compress media files automatically
To save the results of expensive computations so that future requests are faster
To bypass authentication
This question is part of this quiz :
Python | Django | Advanced Features