Closed Almenon closed 6 years ago
I'll disable the auto-reloader, that'll reduce the time drastically. Then only the 'Running on...' message shows.
What is the auto-reloader?
It's a feature of Flask that automatically reloads the server when it detects a change in the code. It's great for development because I don't have to manually restart any time I change the code. But there's no point for users. It's just on because it's on by default when debug mode is on (which I want to stay on) and until now I haven't had a reason to turn it off.
I disabled the auto-reloader in the recent release, so upgrade and test.
yep its faster now. Not much reason to do this feature anymore.
When birdseye starts it outputs:
The "restarting with stat" command happens ~3 seconds into the start sequence. By showing the user the start sequence they would be able to see that birdseye is starting properly instead of worrying that it is hung up.