:fa:`dashboard` 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. .. toctree:: :maxdepth: 1 inefficient_database_queries