PerformanceΒΆ

Django has a lot of mechanisms built-in to build fast and efficient web applications. Still, there are several things to watch out for, especially when you start to scale your Django application. This chapter contains anti-patterns that can potentially harm the performance of your application and hence, should be avoided.