Replies: 1 comment
-
Using opcache is indeed less useful in worker mode, but allows workers to restart faster after when they reboot. JIT may still help, but I haven't performed any benchmarks. |
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
-
as FrankenPHP used to run in memory do we need to compile Laravel code using opcache and JIT?
we think that we don't have to use opcache, jit because Laravel code already stays compiled in memory.
please explain these things! thanks a lot🙏
Beta Was this translation helpful? Give feedback.
All reactions