-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Optimizations for Symfony/FrankenPHP #9077
base: master
Are you sure you want to change the base?
Conversation
The preload and optimize autoload don't have effect in Worker mode. |
@joanhey It should have an small effect at startup, to warm the worker scripts (2x the number of CPU by default). By the way, tweaking this setting (increasing or reducing hit) may improve performance too. |
@dunglas send an small change, to rerun the CI |
2a90ddd
to
f3d678b
Compare
f3d678b
to
52de274
Compare
52de274
to
32f1fc1
Compare
@joanhey do you have an idea why the CI fails? |
Perhaps was temporal, send an small change to rerun the CI again. |
32f1fc1
to
fc9d7ce
Compare
@joanhey any chance to approve the workflow? |
Making a small change to try and get CICD to run.
Well, at least CI is running for you now, but Symfony/FrankenPHP failed. |
Dump the autoloader and use opcache preloading.
cc @joanhey