galaxy_ng icon indicating copy to clipboard operation
galaxy_ng copied to clipboard

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

Open patchback[bot] opened this issue 1 year ago • 2 comments

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

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

patchback[bot] avatar Jul 26 '24 17:07 patchback[bot]

Can one of the admins verify this patch?

app-sre-bot avatar Jul 26 '24 17:07 app-sre-bot

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

rochacbruno avatar Jul 26 '24 19:07 rochacbruno