Sgagajew
Sgagajew

Reputation: 11

PHP Xdebug profiler not tracing relevant functions

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.

Upvotes: 1

Views: 239

Answers (0)

Related Questions