Why I've made these changes
FrankenPHP with Laravel Octane keeps the Laravel application bootstrapped in memory between
requests, eliminating per-request boot overhead. This meaningfully improves throughput for
event/ticket operations. FrankenPHP also embeds Caddy, which simplifies the all-in-one container
by removing the nginx process and its associated configuration.
I have already worked on this and am exited to share it with you in this PR #1154
Should you have any questions, do not hesitate in contacting me
Why I've made these changes
FrankenPHP with Laravel Octane keeps the Laravel application bootstrapped in memory between
requests, eliminating per-request boot overhead. This meaningfully improves throughput for
event/ticket operations. FrankenPHP also embeds Caddy, which simplifies the all-in-one container
by removing the nginx process and its associated configuration.
I have already worked on this and am exited to share it with you in this PR #1154
Should you have any questions, do not hesitate in contacting me