View Issue Details

IDProjectCategoryView StatusLast Update
0001814XdebugStep Debuggingpublic2020-11-14 16:15
Reporterderick Assigned To 
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