Who can write to the boss of laravel and ask him to pay attention to improving performance when upgrading the software. Now laravel's ab -c100 -n100 runs hello world on 1g linux, and can only run request per second: 30-50. Even if you change to php7, it will be lower.
And php7 is now focusing on improving performance, why is this framework not improved? Also, can you tell him that the structure of each version should not change too much, so as not to have to learn it again for each version.
ci3 can run 200, and slim2 can run 300. These two are obviously not as full-featured as the above, so they are easier to use.
... Big brother. Rapid iteration and performance often cannot be achieved at the same time.
If you want performance, use the Phalcon framework.
Moreover, all pages of any website are reloaded directly by PHP, compared with the framework. What is more important is the control of Redis, cache, etc.
Laravel uses so many classes, objects, interfaces, inheritance, etc. The performance is certainly not as good as other frameworks.
But its characteristic is that it can quickly iterate products
It is recommended that the poster change the frame
The development of computers from the beginning to the present has always been to exchange manual efficiency for machine efficiency. The four major upgrades of programming languages all use more abstract languages to make it easier for people to write code and make machine interpretation more time-consuming.