patricpoba's avatar

laravel trailing in PHP MVC Frameworks Showdown - 7.1 Performance Report

Laravel 5.3 seems to be trailing behind other major frameworks.

No framework: 7,094 requests per second, .34M memory.

Codeigniter 3: 2,245 requests per second, .38M memory.

Lumen 5.3: 1,543 requests per second, .63M memory.

Fuel 1.8: 1,033 requests per second, .60M memory.

Symfony 3.0: 551 requests per second, 1.52M memory.

Laravel 5.3: 331 requests per second, 1.53M memory

Zend 2.5: 291 requests per second, 1.34M memory

Source: https://medium.com/@asked_io/php-mvc-framework-showdown-7-1-performance-2da52ac9fcba

does anyway know how laravel 5.5 is faring as against the latest version of other MVC frameworks ?

0 likes
1 reply
ejdelmonico's avatar

He is using Apache to test Laravel which, in my opinion, will slow Laravel down considerably. Laravel works best with nginx. So, I don't think it is a fair comparison. In all my years, I hardly ever come across a comparison that is fair and the author not biased in some way.

Background on Apache vs Nginx by Digital Ocean. The number of concurrent connections and caching are huge for Laravel: https://www.digitalocean.com/community/tutorials/apache-vs-nginx-practical-considerations

Please or to participate in this conversation.