加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 站长学院 > PHP教程 > 正文

PHP性能测量

发布时间:2020-12-13 16:33:11 所属栏目:PHP教程 来源:网络整理
导读:如何评估 PHP中的某些代码?我可以使用计时器来计算差异,我只是不确定它是否是最好的解决方案. 看看 XDebug Profiler来衡量表现等等. Xdebug’s Profiler is a powerful tool that gives you the ability to analyze your PHP code and determine bottleneck
如何评估 PHP中的某些代码?我可以使用计时器来计算差异,我只是不确定它是否是最好的解决方案.
看看 XDebug Profiler来衡量表现等等.

Xdebug’s Profiler is a powerful tool that gives you the ability to analyze your PHP code and determine bottlenecks or generally see which parts of your code are slow and could use a speed boost.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读