Blog posts tagged with caching

These are all the posts tagged with caching from newest to oldest. Simple enough.

Fixing Site-Wide Caching in Django

Posted on 2012-09-18 00:30:00+00:00

Caching in Django is elegant and simple, especially the site-wide cache for anonymous users. But if you use Google Analytics and other external cookies, it might not be working the way you intended. Read this tutorial to find out how to make your site as fast as it can be.