A 'profiler with visualization' for PHP with `full backtrace visualization`?

后端 未结 2 1308
后悔当初
后悔当初 2021-01-03 00:35

Currently, I am using xdebug profiler & KCacheGrind. But GallGrind format does not store full call trace, just the parent child call traces (lo

2条回答
  •  一个人的身影
    2021-01-03 01:35

    I had to do some major PHP profiling for a previous project a few months ago.

    The best option I was able to find was facebook's xhprof with xhprof-ui.

    Read about how to install both of them here:

    http://blog.preinheimer.com/index.php?/archives/355-A-GUI-for-XHProf.html

    Some pros:

    • easy to use interface
    • database backend to save previous profiling session
    • nice callgraphs

提交回复
热议问题