Actions
Bug #26491
openCompliance and system status are queried on every tab change in node details
Status:
New
Priority:
2
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
It bothers me each time
User visibility:
First impressions of Rudder
Effort required:
Very Small
Priority:
121
Name check:
To do
Fix check:
To do
Regression:
No
Description
There is a wrong check in event handlers for tabs, that makes every tab of the nodes page fetch BOTH the compliance and system compliance, even when the data is not needed.
I clicked on "Inventory" tab and it triggers two requests that are not needed :
When I look for the event handlers for the tabs, I see that there are two of them, with the miscomparison of variables, one for node_reports
and the other for system_status
:
It does not happen when opening the page though, by default the Information tab seems to be displayed without triggering the event handler.
Files
Updated by Nicolas CHARLES 9 days ago
- Category changed from Web - Maintenance to Performance and scalability
- Assignee set to Clark ANDRIANASOLO
- Priority changed from To review to 2
- Target version changed from 8.1.13 to 8.2.6
Actions