Actions
Bug #20366
openget rules/tree and get groups/tree are very slow
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
group/tree is 3s
According to glowroot, it seems that 13% of groups/tree is sorting data, 40% is a lock when writing output, and 30% of the fetching from ldap is building a hashset
rules/tree is 8s
According to glowroot, 90% is in getCategoryTree, with many map operations (50%), and 18% is getting the nodeids (which don't make sense as there are no nodeids in the answer)
impact mainly 7.0, but also happens in 6.2
Actions