Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

jakubjv's avatar

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?

0 likes
4 replies
jakubjv's avatar

@JussiMannisto It's fresh laravel project. So this is realy just request for welcome blade. I think that maybe i didn't made installation of laravel octane with frankenPHP correct. My OS is windows, so ihave to install franken via docker image accroding to Laravel documentation. So I'm just asking if anybody has experience with fresh installation of frankenPHP on Windows via docker inside laravel with this same issue of slow requests.

JussiMannisto's avatar

@jakubjv I understand, but it could be a lot of things. I'd try to narrow down the problem before throwing it to the public. I recommend you install Debugbar and check what exactly takes so long when you load a page.

jakubjv's avatar
jakubjv
OP
Best Answer
Level 2

Result is that it really cannot be faster with Docker. That's solution.

Please or to participate in this conversation.