PHP Xdebug profiler not tracing relevant functions

225 views Asked by At

I have a PHP 7.1/Zend Framework 1 project running in a docker container with Xdebug 2.7 and I'm trying to figure out, why my PHP functions take up to 30 seconds. However the Xdebug profiler is only tracing framework/library internal functions. None of my own functions are visible in the call stack.

Screenshot of the Xdebug cachegrind file in KCachegrind

I would appreciate any suggestion that could help me solve my problem.

0

There are 0 answers