My project has grown over time, and now when I issue runserver, or when I changed a file, it takes about 5 seconds to get going again. Which is not great when one makes a changed, alt tabs to the browser hits refresh, and it fails, because the server is reloaded.
How can I try figure out what is delaying the project start up?
I could split my Django project’s startup time in half by converting a few rarely used imports into local imports, like PDF generation, XSLX reading and writing, and Office 365 connection.