2👍
✅
2👍
Looks like you python interpreter gets reloaded for every request. My guess: The delay happens before the profiling. If you use mod_wsgi, what is your maximum-requests setting? What does your wsgi configuration look like?
Or, you use a lot of JavaScript and the delay is in your browser.
- [Django]-Connect to a PostgreSQL database on a Docker container
- [Django]-Django middleware process_view get view class?
- [Django]-How to cast Django form to dict where keys are field id in template and values are initial values?
Source:stackexchange.com