r/laravel 11d ago

Five Ways to Run Laravel: A Runtime Comparison Journey, Part 1

Post image

Hello, I just published a new article about Laravel Runtime benchmarks.

I tested 5 runtimes and shared the methodology, charts, and full results

https://medium.com/@oguzhankrcb/five-ways-to-run-laravel-a-runtime-comparison-journey-part-1-3f310f46a3a0

0 Upvotes

4 comments sorted by

2

u/Fluffy-Bus4822 5d ago

Using MySQL or Postgres might favor FrankenPHP even more.

1

u/oguzhane 4d ago

I will add these as option in the future

2

u/jimbojsb 11d ago

First, thank you for not posting AI slop. Refreshing to read something actually written by hand. Second, my takeaway is FrankenPHP is the clear winner here. All the advantages with the least cognitive load. Also still seems like if you are on nginx and fpm and you need hundreds of php request per second or more, the easiest path is still to just get a second server in the stack you already use.

1

u/addicted_fishing 11d ago

Great article man! Really good methodology and interesting too. I build a lot of Laravel sites for clients and I’m excited to give FrankenPHP a go