Skip to content

Add frankenphp worker mode to leafphp #320

@eznix86

Description

@eznix86

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions