The best reference for the design of fast web sites is, IMHO, Steve Souders‘s book on front end optimization. He recommends the following best practices: Rule 1 – Make Fewer HTTP Requests Rule 2 – Use a Content Delivery Network Rule 3 – Add an Expires Header Rule 4 – Gzip Components Rule 5 –…
Debian OpenLogo (Photo credit: Wikipedia) English: Nginx Logo Español: Logo de Nginx (Photo credit: Wikipedia) This post explains how to install nginx and gunicorn for django under linux Debian. From my readings, nginx should be used to serve static files. Nginx should proxy all other requests to gunicorn. These two tools are easy to install…