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
Updated by Clark ANDRIANASOLO 7 months ago
- Status changed from New to In progress
- Assignee set to Clark ANDRIANASOLO
Updated by Clark ANDRIANASOLO 7 months ago
Work in progess here: https://github.com/clarktsiory/rudder/commit/b0ef70514c6ef761e20f8b32f485f6a9fa23718a
Updated by Clark ANDRIANASOLO 7 months ago
Work in progess here: https://github.com/clarktsiory/rudder/commit/6e7de4332fa765df0121b1dc7dcaa0c4a845931a
Updated by Clark ANDRIANASOLO 7 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to François ARMAND
- Pull Request set to https://github.com/Normation/rudder/pull/5621
Updated by Clark ANDRIANASOLO 7 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|253f1d3a8776eaf9d67851fcb0118596dc2cf19e.
Updated by François ARMAND 7 months ago
- Fix check changed from To do to Checked
Checked, correctly call groupsinternal/tree api
Updated by Clark ANDRIANASOLO 7 months ago
- Related to Bug #24785: Read-only user no longer has access to groups added
Updated by Vincent MEMBRÉ 7 months ago
- Related to Bug #24790: Already defined json encoders break plugin build added
Updated by Vincent MEMBRÉ 7 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.1.1 which was released today.
Actions