|
|
|
|
|
by fraktl
2148 days ago
|
|
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, but we have Swoole that fixes it and makes it faster. 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. |
|
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?