jenkinsci / jenkinsci/buildgraph-view-plugin
Performance on large graph
Open
- Dominant language
- JavaScript
- Stars
- 15
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
I have a somewhat large graph (200+ jobs) and it seems to be causing BuildGraph.computeGraphFrom() to run forever. Do you have any suggestions/tips to allow the graph to show? Thanks.
org.jenkinsci.plugins.buildgraphview.BuildGraph.computeGraphFrom(BuildGraph.java:69)
Contributor guide
Research direction
Start by inspecting BuildGraph.computeGraphFrom() in BuildGraph.java at line 69 and reproduce the behavior with a graph of more than 200 jobs. Trace where computation stops progressing and compare it with a smaller graph. Done means the large graph can be shown without the computation running indefinitely.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100