View Issue Details

IDProjectCategoryView StatusLast Update
0001814XdebugStep Debuggingpublic2020-11-14 16:15
Reporterderick Assigned Toderick  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Target Version3.0.0RC1Fixed in Version3.0.0RC1 
Summary0001814: Don't obtain the current time when it's not needed
Description

Right now, Xdebug calls gettimeofday and related time functions regardless of whether it is necessary. A bug with regards to Docker on OSX really makes this hit performance. As the gettimeofday call is really only use for tracing and profiling, and potentially stack traces, we need to make sure not to collect it while debugging.

Docker/OSX issue: https://github.com/docker/for-mac/issues/3455

TagsNo tags attached.
Operating System
PHP Version7.4.0-7.4.4

Activities

Issue History

Date Modified Username Field Change
2020-06-25 11:00 derick New Issue
2020-09-23 16:58 derick Target Version 3.0dev => 3.0.0beta1
2020-10-14 15:03 derick Target Version 3.0.0beta1 => 3.0dev
2020-11-11 15:35 derick Summary Don't call gettimeofday when it's not needed. => Don't obtain the current time when it's not needed
2020-11-11 15:35 derick Description Updated
2020-11-11 17:15 derick Assigned To => derick
2020-11-11 17:15 derick Status new => closed
2020-11-11 17:15 derick Resolution open => fixed
2020-11-11 17:15 derick Fixed in Version => 3.0.0RC1
2020-11-11 17:15 derick Note Added: 0005519
2020-11-14 16:15 derick Target Version 3.0dev => 3.0.0RC1