How to debug opcache issues #1653
Replies: 1 comment
-
|
What is the issue you were running into? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've just attempted to make our first production deployment using Franken PHP, in worker mode, but have had to disable opcache as it was preventing the containers starting up.
I've see this discussion, suggesting it's less important in worker mode, however I'd like to re-enable it, for worker startup performance, if we're able to.
Can anyone advise how we might debug what about the opcache file is causing problems?
We started with the Symfony for Docker setup, and copied the Helm chart config over from the latest API Platform distribution (thanks to @dunglas for both), but this was the main stummbling block, and took me most of the day to work out it was opcache related.
Any help greatly welcomed. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions