-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] Support lazy services via ocramius/proxy-manager #197
Labels
Comments
As I understand those packages don't provide lazy loading but only decoration |
The feature would be useful and will likely improve overall performance (not entirely sure about it). Some references: |
Open
PHP 8.4 introduced native lazy objects. Maybe it's a good idea to use these and skip proxy manager. |
we still support others php versions |
I think it's ok to support this only for 8.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Support lazy services via ocramius/proxy-manager
May be useful for view injections to initialize service only on usage
The text was updated successfully, but these errors were encountered: