Contribute Media
A thank you to everyone who makes this possible: Read More

Caching up and down the stack in Django

Description

Whether you're looking to make your web app run faster or scale better, one great way to achieve both is to simply do less work. How? By using caches, the data hidey-holes which generations of engineers have thoughtfully left at key junctures in computing infrastructure from your CPU to the backbone of the internet.

Details

Improve this page