Tool to profile php code

前端 未结 4 1430
遇见更好的自我
遇见更好的自我 2021-01-28 00:05

Looking for some [freeware/opensource] tool in order to make it easy to profile a big php project on win32 platform. Need to find out which part of code is most time consuming.

4条回答
  •  [愿得一人]
    2021-01-28 01:03

    You'll want to install and configure Xdebug. It's sort of the de-facto standard PHP debugging and profiling tool.

    WinCacheGrind can crunch the profiling output. It's a bit buggy, but it does the job.

提交回复
热议问题