How to Speed up Your Django Sites

There are two more django apps that could help reduce http requests. I didn’t find these until after posting this. http://code.google.com/p/django-sprites/ and http://github.com/rnk/django-media-bundler/tree… will help create image sprites so that your css background images are all one file request. CSS sprites are explained in more detail here http://alistapart.com/articles/sprites

Read more comments by Greg Allard