View Issue Details

IDProjectCategoryView StatusLast Update
0001961XdebugUncategorizedpublic2021-08-18 12:24
Reporterdinu Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to reproduce 
Product Version3.0.3 
Summary0001961: Performance impact on function calls even when debugger is not triggered
Description

I see a performance impact of aroung 0.25ms / 1000 calls when xdebug is loaded, even if debugger is not triggered.

This may as well be not a bug but a configuration problem, maybe I haven't adjusted to the new INI settings in xdebug 3... If so, sorry for the pestering :)

Steps To Reproduce

xdebug.ini :

zend_extension=xdebug.so
xdebug.mode = debug
xdebug.max_nesting_level = 2048
xdebug.client_host = host.docker.internal

xdebug.var_display_max_data = -1
xdebug.var_display_max_depth = 10

TagsNo tags attached.
Operating System
PHP Version7.2.30-7.2.39

Activities

dinu

2021-04-01 15:19

reporter   ~0005820

Additional info: by "debugger not triggered", I mean loading web script by php-fpm with the debugging cookie unset.

derick

2021-08-06 17:33

administrator   ~0005956

Sorry, but I can't really replicate this locally. Xdebug 3 is significantly faster than 2, and as you didn't mention which settings you've made, I can't be of much help. I don't consider this a bug at the moment.

Issue History

Date Modified Username Field Change
2021-04-01 15:07 dinu New Issue
2021-04-01 15:19 dinu Note Added: 0005820
2021-08-06 17:33 derick Assigned To => derick
2021-08-06 17:33 derick Status new => feedback
2021-08-06 17:33 derick Note Added: 0005956
2021-08-18 12:24 derick Status feedback => closed
2021-08-18 12:24 derick Resolution open => unable to reproduce