How to Speed up Your Django Sites with NginX, Memcached, and django-compress
Posted on April 23rd, 2009 by Greg Allard in Django, Programming, Server Administration | Comments
A lot of these steps will speed up any kind of application, not just django projects, but there are a few django specific things. Everything has been tested on
IvyLees which is running in a Debian/Ubuntu environment.
These three simple steps will speed up your server and allow it to handle more traffic.
Reducing the Number of [...]