View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001961 | Xdebug | Uncategorized | public | 2021-04-01 15:07 | 2021-04-01 15:19 |
Reporter | dinu | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 3.0.3 | ||||
Summary | 0001961: 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 | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 7.2.30-7.2.39 | ||||