by Apostolis Bessas for EuroPython 2012
The talk will discuss ways to achieve reduced loading times of django web applications. The focus will be on optimizing and re-architecting the web application itself, instead of throwing more hardware at it.
Some of the topics (in a high level) of the talk will be optimizing SQL queries, caching and executing operations in the background as well as taking advantage of features that the stack provides you.
Basic knowledge of django is needed.