Actions
Bug #17138
closeddisplay of technique editor is really slow
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
on a test system with 77 techniques (orchestrator-4), displaying the technique editor more than 10s
yet it's not the evaluation of techniques that is slow, as shown by
time for l in /var/rudder/configuration-repository/techniques/ncf_techniques/*/1.0/technique.cf; do /opt/rudder/bin/cf-promises -pjson -f $l; done real 0m2.581s user 0m1.110s sys 0m0.538s
it ought to be much better as it is painfull to use
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 6.0.5 to 6.0.6
Updated by Vincent MEMBRÉ over 4 years ago
- Target version changed from 6.0.6 to 6.0.7
Updated by Nicolas CHARLES over 4 years ago
- Related to Bug #17425: techniques files are parsed twice added
Updated by Nicolas CHARLES over 4 years ago
- Status changed from New to Rejected
probably caused by #17425
rejecting, will reopen if still the case with 17425
Updated by Alexis Mousset over 2 years ago
- Project changed from 41 to Rudder
- Category changed from Technique editor - UI/UX to Web - Technique editor
Actions