Suppresion of initial Callbacks at initialisation of app

Not sure about a way to stop all callbacks. Check out dash.no_update. Just put this in a conditional statement in bottleneck functions in your callbacks and have some trigger in the layout stop those callbacks from running if some condition isn’t met.