Huge callback graph in multi-page app

Hey there,

I’m working on a large-ish Dash multi-page app. It all works pretty well, however, the callback graph has become huge to the point where it’s no longer usable.
Is there a way to limit the callbacks shown in the graph to those that have a connection to elements on the current page?
I know I can disable the callback-graph all-together, but I’d like to use it since it’s a really useful tool.

Cheers,
Philipp