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

[PR #2201/cdc5b810 backport][stable-4.9] fix(performance):Improve performance of /settings/ endpoint #2203

Open
wants to merge 1 commit into
base: stable-4.9
Choose a base branch
from

Conversation

patchback[bot]
Copy link

@patchback patchback bot commented Jul 26, 2024

This is a backport of PR #2201 as merged into master (cdc5b81).

No-Issue

Before

$ time curl -s http://localhost:5001/api/galaxy/_ui/v1/settings/ 2>&1 > /dev/null

real	0m0.132s
user	0m0.012s
sys	0m0.005s

After

$ time curl -s http://localhost:5001/api/galaxy/_ui/v1/settings/ 2>&1 > /dev/null

real	0m0.023s
user	0m0.000s
sys	0m0.005s

@app-sre-bot
Copy link
Collaborator

Can one of the admins verify this patch?

@rochacbruno
Copy link
Member

This is for 2.4 I am not sure we need it..

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

Successfully merging this pull request may close these issues.

2 participants