Jacob Kaplan-Moss

Activity tagged “cache”

Bookmarks

Varnish - Trac

Varnish is a state-of-the-art, high-performance HTTP accelerator.”

(cache, httpd, linux, performance, server, software, tools, web)

Scott Sanders :: blog :: L1/L2 Cache object for django

Interesting idea - it might be worth adding multi-level caching to Django - you could have a small memcache that falls back to the database, for example.

(cache, django)

Entries

Template + Cache = Crazy Delicious

Here’s a simple class for a template tag that caches its output (with apologies to Chris Parnell and Andy Samberg).

(cache, django, template)