galaxy_ng
galaxy_ng copied to clipboard
[PR #2201/cdc5b810 backport][stable-4.9] fix(performance):Improve performance of /settings/ endpoint
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
Can one of the admins verify this patch?
This is for 2.4 I am not sure we need it..