Bug #6078
closedPerformance issue for Accept new nodes > history of acceptation
Description
This is the counter part of #5452 for the "accept new nodes" page (not any other place where nodes are involved).
The displaying of the history of acceptation of nodes takes a lot of time.
Updated by François ARMAND almost 10 years ago
- Subject changed from Performance issue for Accept new nodes to Performance issue for Accept new nodes > history of acceptation
- Description updated (diff)
Updated by François ARMAND almost 10 years ago
There is no real performance problem here. With ~2000 accepted nodes and ~2000 pending, the page took <3s to load (most of time spend getting icons and the like, actual node related data takes less than 100ms for pending and the same for history).
The real problem is that nothing is done asynchronously, so that the user wait the whole time seing nothing to happen, and nothing is parallelized.
Solution: lazy-load the two tabs, so that the page is immediatly displayed, and then the grids are filled.
Updated by François ARMAND almost 10 years ago
- Status changed from New to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/769
Updated by François ARMAND almost 10 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset bfbc58634e8dca79e7ab7b43b697b856d377a3a9.
Updated by Vincent MEMBRÉ almost 10 years ago
Applied in changeset 9850b73f2c0cfa39a0db62613deb2309f4c8de9a.
Updated by Vincent MEMBRÉ over 9 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.0.0, which was released on 2015/02/16
- Announcement 3.0
- Changelog 3.0
- Download information: https://www.rudder-project.org/site/get-rudder/downloads/