I noted that manage.py runserver takes a long time to start the development web server for the Django project I'm working on. I am wondering if there is a way to understand which part of the launch requires so many resources, and in the end I can collect enough information to fix the problem.
Does anyone have an idea what I can do?
performance profiling django webserver startup
Paolo
source share