My application is pretty slow even in dev environment, so I would like to find out what slows it down, so I can try and fix it.
I know about the debug toolbar and in accordance with the fact that it does not report either database queries or loaded sources, so this should be a business logic.
However, I can not start the PyCharm profiler with the Django server, because, well, this is not like running a script.
How can I profile Django with PyCharm?
source share