-
-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Labels
🚀 feature requestRequest a new featureRequest a new feature
Description
Is your feature request related to a problem? Please describe
Right now, it relies on PHP-FPM execution order
boot -> handle request -> tear down
Making it relatively slow.
Describe the solution you'd like
Adding Frankenphp, would speed up the application, really fast. Frankenphp says it could do a x5, x10 boost.
Describe alternatives you've considered
The only option is phpfpm, there is swoole and others, but i think frankenphp would be easier to integrate.
References
https://frankenphp.dev/docs/worker/
Additional context
Frankenphp has 2 modes, worker mode and classic mode, classic mode is similar to PHP-FPM. We are talking about worker mode here
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
🚀 feature requestRequest a new featureRequest a new feature