-
Notifications
You must be signed in to change notification settings - Fork 55
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
Improve Performance #6461
Comments
Configuration of the PHP Runtimefrom: https://frankenphp.dev/docs/performance/ Number of Threads and WorkersWorker mode(with other things, else it gets even worse) Don't use musl✔️ We already use the Debian Docker image Go Runtime ConfigurationDoes not seem to have much of an effect with the value set now. file_serverPlaceholdersresolve_root_symlinkRemoving unnecessary Requests from the frontendOptimize PHP CodeQuery optimizationCaching |
Core Meeting Decision
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Start improving the performance
The text was updated successfully, but these errors were encountered: