Replies: 1 comment 8 replies
-
Thanks for the report! Out of curiosity, could you run these same tests with my beta image?
It’s a pretty major overhaul, but I have everything documented here: #59 |
Beta Was this translation helpful? Give feedback.
8 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.
-
Before I ran my Laravel app on
alpine
container on Fly.io.Recently I moved to
serversideup/php:8.1-fpm-nginx
as it's much less code I have to manage. I am using the default Fly.io configuration that Fly provides for Laravel apps. However, when I run my app onserversideup/php:8.1-fpm-nginx
, the bootstrapping times go up by A LOT. These are the p0.9 values:and averages:
I deployed the container shortly after 19:00. This is what the trace is looking like:
As you can see, bootstrapping takes forever.
Anyone here have any idea why this could be? Or how I could debug it?
Beta Was this translation helpful? Give feedback.
All reactions