Actions
Bug #6135
closedCompliance is computed several time to display Rule grid
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Since #6073, we compute compliance in an async fashion to speed up the displaying of the whole grid.
Unfortunatelly, we missed to remove some place where the compliance was computed, and so now, we compute several times, what is not really effective.
=> remove the unneded computation.
Actions