ab 测试laravel项目
看了PHP 7.0 与 PHP 5.6 下 Laravel 博客应用性能对比分析,
学院君的Requests per second: 144.19 [#/sec] (mean),
而我的mac 进行本地压力测试 只有Requests per second: 25.41 [#/sec] (mean),
php版本也是7,关闭了debug。
请问学院君对Laravel进行什么优化了吗?
看了PHP 7.0 与 PHP 5.6 下 Laravel 博客应用性能对比分析,
学院君的Requests per second: 144.19 [#/sec] (mean),
而我的mac 进行本地压力测试 只有Requests per second: 25.41 [#/sec] (mean),
php版本也是7,关闭了debug。
请问学院君对Laravel进行什么优化了吗?
1 Comment
参考下鸟哥的文章:http://www.laruence.com/2015/12/04/3086.html
Opcache启用了吗 不要使用Homestead虚拟机