Project

General

Profile

Actions

Bug #20366

open

get rules/tree and get groups/tree are very slow

Added by Nicolas CHARLES over 2 years ago. Updated 9 days ago.

Status:
New
Priority:
N/A
Assignee:
-
Category:
Performance and scalability
Target version:
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


Subtasks 1 (0 open1 closed)

Bug #20367: first go at improving perfs for rules/treeReleasedFrançois ARMANDActions
Actions

Also available in: Atom PDF