The graph tab is slow with 2000+ beans — what can I do? #33
Answered
by
ddsha441981
ddsha441981
asked this question in
Q&A
|
Our monolith has thousands of beans and the HTML report graph is heavy in the browser. Any way to limit it? |
Answered by
ddsha441981
Jul 29, 2026
Replies: 1 comment
|
There's a built-in cap for exactly this: wiredoctor.max-graph-nodes=2000 # defaultAbove this many beans, the serialized graph (JSON + HTML view) is capped to top-N by fan-in — with cycle members always kept — so the browser doesn't freeze. Two important details:
All knobs: configuration reference. |
0 replies
Answer selected by
ddsha441981
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a built-in cap for exactly this:
Above this many beans, the serialized graph (JSON + HTML view) is capped to top-N by fan-in — with cycle members always kept — so the browser doesn't freeze.
0= unlimited if you have the RAM and patience.Two important details:
wiredoctor.scan-packages=com.yourcompany.app,...— framework packages (org.springframework,java.,org.apache, …) are alrea…