We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current metadata drivers are quite heavy and are initialized on every request even if they're not used.
Since ZF2 provides very strong lazy loading functionality, we could make at least the chained driver "lazy" by providing a callback driver.
This will already save (in my particular case) around 5ms/request.
It would be interesting to see if this is actually a good use case for service proxies.
The text was updated successfully, but these errors were encountered:
Should use delegate factories as of zendframework/zendframework#4146 instead
Sorry, something went wrong.
Merge pull request doctrine#138 from Stroitel/fix-regex
2991d0d
[Profiler] fix regex for replacing the parameters
Ocramius
No branches or pull requests
Current metadata drivers are quite heavy and are initialized on every request even if they're not used.
Since ZF2 provides very strong lazy loading functionality, we could make at least the chained driver "lazy" by providing a callback driver.
This will already save (in my particular case) around 5ms/request.
It would be interesting to see if this is actually a good use case for service proxies.
The text was updated successfully, but these errors were encountered: