Earlier quoted context omitted.
Isn’t Laravel the worst performing framework out there right now, like even Rails looks like a viable option in terms of speed?
No. Laravel performs quite nicely. Rails can't be compared to Laravel, it's slower by an order of magnitude, as mentioned previously. Any framework bears overhead, they all optimize programmer's time invested into solving the problem. It's cheaper to buy hardware and scale horizontally rather than swap languages and frameworks hunting for performance. PHP being synchronous by nature is what limits its performance, bu…
No, that's outright wrong. Please see the well respected techempower web benchmark: https://www.techempower.com/benchmarks/
> For the ones who will google what Swoole is, some benchmarks I've done on my laptop show 5x (yes, 5 times, 500%) increase in performance when Laravel is ran via Swoole.
Yup, that seems to be correct. What are the drawbacks of Swoole?