swoft-cloud / swoft

🚀 PHP Microservice Full Coroutine Framework
https://swoft.org
Apache License 2.0
5.58k stars 788 forks source link

感觉性能上还需要优化啊 #601

Closed CoolDUp closed 5 years ago

CoolDUp commented 5 years ago

在一台机器上对比hello页面的压测数据 php fpm 3200qps, swoft 2.0 4800qps, easyswoole 8400qps

swoft 1.0 就不测了,我印象中比fpm还慢了。。

huangzhhui commented 5 years ago

你应该提供一下你设置的Worker数量

CoolDUp commented 5 years ago

这有详细的,debug和日志都是关闭的 https://github.com/CoolDUp/tmp/blob/master/easy.log https://github.com/CoolDUp/tmp/blob/master/swoft2.log

stelin commented 5 years ago

底层需要开启AOP过滤,不是底层所有对象都会走代理,大大降低了性能。

stelin commented 5 years ago

由于开发,测试方便,快速暴露问题,底层没有过滤。