1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-16 21:08:34 +01: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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