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?