Replies: 1 comment 9 replies
-
Does it really matter if you use opcode cache? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wanting to work on adding support for RoadRunner to a major project (Nextcloud). This project has several thousand classes in its autoloader. This made me wonder - in terms of performance, is it better to have the autoloader called outside the worker loop or does it not really matter? It would be somewhat easier to call the autoloader inside the worker loop based on the current Nextcloud structure. However, if there is a performance benefit, that information would be helpful so I can justify proposing code changes.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions