Like the title says, I have been experiencing very slow reload times. When I first started using pythonanywhere my webapp would take 10 seconds max to reload and now it takes a minimum of 5 minutes. Often times I have to hit the reload button multiple times for it to work.
As I have been unable to find anything on the topic. An explanation of what goes into reloading pythonanywhere web apps might be helpful so I (and others) can understand what to do to make long reload times shorter and to reduce failed reloads. If I need to roll out a quick bugfix, spending 45 minutes of "trial and error" to reload my web app is not really an option and I am just waiting for this to cause a problem.
What factors make a web app reload take longer?
What causes a reload to fail?
Are these problems normally caused by my code or some sort of configuration problem (or something else)?
What is the best way to track down any problems causing long reload times or reload failures?
Also, can tasks or running consoles impact reloading?