Loading core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryNodePagePerformanceTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,8 @@ protected function testNodePageColdCache(): void { // a non-deterministic test since they happen in parallel and therefore post // response tasks run in different orders each time. $this->drupalGet('node/1'); // Allow time for image style and aggregate requests to finish. sleep(1); $this->drupalGet('node/1'); $this->clearCaches(); $performance_data = $this->collectPerformanceData(function () { Loading Loading
core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryNodePagePerformanceTest.php +2 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,8 @@ protected function testNodePageColdCache(): void { // a non-deterministic test since they happen in parallel and therefore post // response tasks run in different orders each time. $this->drupalGet('node/1'); // Allow time for image style and aggregate requests to finish. sleep(1); $this->drupalGet('node/1'); $this->clearCaches(); $performance_data = $this->collectPerformanceData(function () { Loading