Suggestions for the next version of laravel
高洛峰
高洛峰 2017-05-16 16:54:59
0
4
507

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.

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

reply all(4)
过去多啦不再A梦

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

PHPzhong

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.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template