Replies: 3 comments
|
Hey @btxlittle 👋🏻 Related to the performance, try to use a simple sample worker without any of your code, simply some string response, and then check the timings. Because RR simply passes requests to the worker. All these lags are likely related to something in your PHP code. Try to debug/profile it. |
0 replies
|
@btxlittle This has to be |
0 replies
|
When i installed the protobuf extension, the first call turned to 20ms |
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.
Uh oh!
There was an error while loading. Please reload this page.
I just write a demo to use grpc with worker pool, the first call was very slow, it almost need couple seconds to get the response
debug logs
All reactions