Slow server on Laravel 10 #2159
Unanswered
FelipeMenezesDM
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I installed RoadRunner to use with Laravel (v10), but I'm having trouble improving performance.
Note: Opcache is installed, active and configured correctly
I'm using the following command to start:
I've also tried configuring .rr.yaml to start with
None of the configurations work. The server stays active, I can access the endpoints, but there doesn't seem to be any performance optimization.
I noticed that even without the "observer" mode turned on, I can make changes and they are reflected immediately.
Example of logs:
Update: I removed all extensions that could cause slowdowns, such as xdebug
Beta Was this translation helpful? Give feedback.
All reactions