Skip to content
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

Open
BacLuc opened this issue Dec 3, 2024 · 2 comments
Open

Improve Performance #6461

BacLuc opened this issue Dec 3, 2024 · 2 comments
Assignees

Comments

@BacLuc
Copy link
Contributor

BacLuc commented Dec 3, 2024

Start improving the performance

  • expand caching
  • improve queries and other things (worker mode)
@BacLuc
Copy link
Contributor Author

BacLuc commented Jan 2, 2025

Configuration of the PHP Runtime

from: https://frankenphp.dev/docs/performance/

Number of Threads and Workers

Worker mode

(with other things, else it gets even worse)

Don't use musl

✔️ We already use the Debian Docker image

Go Runtime Configuration

Does not seem to have much of an effect with the value set now.
But it seems to improve the worker mode.

file_server

Placeholders

resolve_root_symlink

Removing unnecessary Requests from the frontend

Optimize PHP Code

Query optimization

Caching

@BacLuc
Copy link
Contributor Author

BacLuc commented Jan 12, 2025

I looked quickly if maybe the problem is outside of the query or serialization,
and it seems ingress-nginx and the api container have the same request duration. its not that the ingress-nginx is waiting for the api to pick up the request.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants