My very large app has a long delay at startup. I am trying to track down and fix whatever is causing the delay.
In the course of this I am learning to use profvis(). In going through the flame plot there are two huge delays (3480ms and 3540ms) before it even gets to my code. The stack is:
.rs.setShinyBreakpoints / .rs.setFunctionBreakpoints / .rs.tracedSourceRefs
with some isTrue scattered about the stacks.
I can't find anything on what these blocks do, but if they are there to notice breakpoints, is there a way to disable this if I am not debugging? Or is there something else wrong?
Here is a link to the Rprof file if it is of help. Profile File