Replies: 3 comments 8 replies
-
Hey @iGrog 👋🏻 What is your XDebug configuration (php.ini/xdebug.conf)? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Do you have the same processing time with RoadRunner |
Beta Was this translation helpful? Give feedback.
6 replies
-
Hello. I'm using roadrunner in docker in wsl2 too. You can try to configure/disable firewall or set |
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
Uh oh!
There was an error while loading. Please reload this page.
-
RoadRunner: 2.12.2
Spiral Framework: 3.5
Running app on Windows under WLS2 in Docker
rr.yaml
Dockerfile:
WebController
Using

Route
attributes.With commented xdebug running time about 166ms (rr debug: true)
Profiler buggerator:

Json log here: https://www.npoint.io/docs/472558ad8c862954dda2
If install x-debug:

RUN pecl install xdebug && docker-php-ext-enable xdebug
and run the same action, execution time is slower around 1.5s
Full json here: https://www.npoint.io/docs/0451138e220f1270b7d5
in RR Log:
"elapsed":"1.60626074s"
Question: what slows down for an extra 1.5 seconds?
What to do?
Beta Was this translation helpful? Give feedback.
All reactions