Hi there,
my dashboard quickly expanded in the last couple of months and i am asking me the following question right now: Which are the pros and cons of using multiple callbacks for output which also could be standing in one callback.
In my case every plot, every info, just everything is triggered by one buttonclick in one callback (like 70 outputs or so). I could easily creater smaller callbacks which may be divided by topic or if plots are shown on different tabs. One of the cons would be that there is a small piece of code in the beginning i need to redo, but that is very cheap for me at the moment. On the other side, if i am correct, the multiple callbacks are run in parallel (!?) which may lead to faster time for some figures on differen tabs.
Let me be part of your experiences and knowledge