Actions
Bug #24723
closedTree group is slow to load up because it contains the list of nodes in the tree
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
Arriving on the group page, the tree with the group on the left takes 5 seconds to load, and transfers 14.61 MB gziped data (26.87 MB size uncompressed)
This is because the tree contains the list of nodes for all groups, making it really big. We should simply transfert the categories and group, but not their content
Actions