1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-25 10:41:55 +02:00

preload formatter, avoids unexpected jumps on timeline (#568)

This commit is contained in:
erikn69
2024-02-10 04:53:17 -05:00
committed by GitHub
parent bd42d88cd8
commit 3ade312b58

View File

@@ -56,6 +56,7 @@ class TimeDataCollector extends DataCollector implements Renderable
}
}
$this->requestStartTime = (float)$requestStartTime;
static::getDefaultDataFormatter(); // initializes formatter for lineal timeline
}
/**