Do you have debugbar installed? Check the Timeline and Queries tabs to see what takes so long.
Aug 2, 2024
4
Level 2
Why i have requests so slow with Octane and FrankenPHP?
Hello everyone. I've got problem, I am try'in laravel octane with frankenPHP but my requests are too slow
frankenphp-1 | 200 GET / ..................................................... 2248.97 ms
frankenphp-1 | 200 GET /favicon.ico ............................................. 5.95 ms
. The GET request for "/" should be around 0.95 ms. I followed the official Laravel documentation for installation, which can be found here:https://laravel.com/docs/11.x/octane, and I’m using a Docker image. My Docker image and docker-compose.yml configuration are identical to those in the documentation. Does anyone know what I might be doing wrong?
Level 2
Result is that it really cannot be faster with Docker. That's solution.
Please or to participate in this conversation.