Actions
Architecture #2910
closedUse lazy modifier on injected service
Status:
Rejected
Priority:
3
Assignee:
-
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
Following #2826, it seems that lazy modifier on injected service leads to better (felt) performances.
So, we have to find a way to assess that, to understand why, and if the results or interesting, to use lazy for ALL injected services.
Updated by François ARMAND over 4 years ago
- Status changed from New to Rejected
It's more complicated than that. Using lazy just delay the pain, and sometime hide away some nasty bugs. Not a good silver bullet.
Actions