View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001725 | Xdebug | Step Debugging | public | 2019-12-07 22:13 | 2020-01-16 14:13 |
| Reporter | vtsykun | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.8.1 | ||||
| Target Version | 2.9.1 | Fixed in Version | 2.9.1 | ||
| Summary | 0001725: 4x debugging performance degradation after update 2.7.2 => 2.8.2 | ||||
| Description | Debugging has become very slow and uses more RAM after updating the version, for example I ran symfony clear cache with attached debugger before and after update to 2.8 and compare result: Xdebug 2.7.2
188.482.108.394 cycles # 3,245 GHz
Xdebug 2.8.2
755.832.442.354 cycles # 3,260 GHz
I tried also to compile Xdebug with patch https://github.com/xdebug/xdebug/pull/528, but that didn't help me | ||||
| Steps To Reproduce | php.ini configxdebug.remote_enable=1 1) Take any large application, for example https://github.com/oroinc/platform-application | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.2.20-7.2.29 | ||||
|
|
The bug was introduced here https://github.com/xdebug/xdebug/pull/463 |
|
|
Profiling with perf |
|
|
Could you please try the |