Where Django Caching Busts at the Seams

A Talk presented by Mike Biglan, Kyle Rimkus
log in to bookmark.

Audience level

Intermediate

Category

Performance

Time

September 6th, 3:30 p.m. – 4:10 p.m.


Description

Most mid-sized Django websites thrive by relying on memcached. Though what happens when basic memcached is not enough? And how can one identify when the caching architecture is becoming a bottleneck? We'll cover the problems we've encountered and solutions we've put in place.


Abstract

Most mid-sized Django websites thrive by relying on memcached. Though what happens when basic memcached is not enough? And how can one identify when the caching architecture is becoming a bottleneck? We'll cover the problems we've encountered and solutions we've put in place.

The following highlight the issues we'll discuss during the talk:

As caching problems become more common, better layers and mini-frameworks will help simplify and elegantly solve some of these problems.