使用cakephp预测执行时间问题3

时间:2016-07-07 14:33:28

标签: php performance time foreach cakephp-3.0

我对foreach声明有疑问,它需要9secs才能浏览2000个项目。而且我不知道为什么。

$query = $table->find('all');
foreach($query as $a)
  $numresult

环境:Apache 2.0处理程序,PHP版本5.6.22-0 + deb8u1,cakephp 3.0 非常感谢

0 个答案:

没有答案