Project

General

Profile

Actions

Bug #6078

closed

Performance issue for Accept new nodes > history of acceptation

Added by François ARMAND about 9 years ago. Updated about 9 years ago.

Status:
Released
Priority:
2
Category:
Performance and scalability
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

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.


Related issues 1 (0 open1 closed)

Related to Rudder - Bug #5452: Performance issue for node listReleasedVincent MEMBRÉ2014-09-01Actions
Actions #1

Updated by François ARMAND about 9 years ago

  • Subject changed from Performance issue for Accept new nodes to Performance issue for Accept new nodes > history of acceptation
  • Description updated (diff)
Actions #2

Updated by François ARMAND about 9 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.

Actions #3

Updated by François ARMAND about 9 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
Actions #4

Updated by François ARMAND about 9 years ago

  • Status changed from Pending technical review to Pending release
  • % Done changed from 0 to 100
Actions #6

Updated by Vincent MEMBRÉ about 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

Actions

Also available in: Atom PDF