performance - Profiling Django webserver for high startup times -


I noticed that a lot of time to start development web server for manage.py runerver It looks like I'm working on a Django project I'm thinking that parts of startup need so much resources, one way to understand that ultimately be able to gather enough information to fix the problem.

Does anyone have an idea of ​​what I can do? /p>

I found an easy and effective solution:

  Python - i cProfile Manage.py Driver & gt; 

More information about Python profilers

I will also post a link to another related device (PyCon 2009)

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -