How many Xdebug profiles accumulate real runtime?

I have an Xdebug caching file in webgrind showing that 1061 different functions were called in 5865 milliseconds- when disabling profiling the script doesn’t take many milliseconds - I understand that I can do it, but does anyone know the approximate percentage increase in execution time caused by Xdebug profiling?

thank

+5
source share
1 answer

It is very difficult to say a specific number or percentage, since it depends on the type and number of function calls, the variables used and the options set in xdebug.ini.

Here you can check out a few studies and tests done by some people.
short information about xdebug and lexer cals

xdebug

, , - , , - , .

, , , xdebug . , , .

Bye

+1

All Articles