Actions
Bug #16929
closedGit configuration-repository object is created at each evaluation, impacting performance
Status:
Released
Priority:
N/A
Assignee:
Category:
Performance and scalability
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
We don't create git repository object one time for all, but each time we used it, which is waste full.
More over, as a lot of checks are done when that service is created, it can lead to inconsistant results.
Actions