DjangoCon Europe 2023 | Caching everywhere

Caching everywhere by Iuri de Silvio https://pretalx.com/djangocon-europe-2023/talk/8NWSNF/

How to cache things everywhere. From basic Django cache framework to function memoizing, custom application caching, django-cacheback, webserver caching, CDN, geolocation tricks.

Caching is a broad subject and it is difficult to understand what, where and when to cache something. It involves tricks with cookies, HTTP headers, CDN specifics.

It is an opinionated overview about all these options and how they helped my projects to scale.

Date Added: September 19, 2024

Watch Video