Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tree parameter for obtaining portion of JSON to improve performance #89

Closed
arangamani opened this issue Jun 29, 2013 · 2 comments
Closed
Milestone

Comments

@arangamani
Copy link
Owner

The current implementation gets the whole JSON and it will degrade the performance if the number of jobs is high. Research and implement use the usage of tree parameter in get requests wherever possible.

@stjohnjohnson
Copy link
Contributor

I'm affected by this as well, I have Jenkins farms with 10s of thousands of jobs each. I've provided a PR to fix the three areas I could find that were loading {root}/api/json

@katelovescode
Copy link
Contributor

Fixed with #179

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants