function OpenTelemetryPerformanceTest::testUmamiPerformance

Same name and namespace in other branches
  1. 11.x core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryPerformanceTest.php \Drupal\Tests\demo_umami\FunctionalJavascript\OpenTelemetryPerformanceTest::testUmamiPerformance()

Test performance of various with various cache permutations.

File

core/profiles/demo_umami/tests/src/FunctionalJavascript/OpenTelemetryPerformanceTest.php, line 31

Class

OpenTelemetryPerformanceTest
Tests demo_umami profile performance.

Namespace

Drupal\Tests\demo_umami\FunctionalJavascript

Code

public function testUmamiPerformance() : void {
  $this->testNodePageColdCache();
  $this->testNodePageCoolCache();
  $this->testNodePageWarmCache();
  $this->testNodePageHotCache();
  $this->testFrontPageColdCache();
  $this->testFrontPageCoolCache();
  $this->testFrontPageHotCache();
  $this->doTestFrontPageAuthenticatedWarmCache();
  $this->doTestNodePageAdministrator();
  $this->doTestFrontAndRecipesPages();
  $this->doTestFrontAndRecipesPagesAuthenticated();
  $this->doTestFrontAndRecipesPagesEditor();
  $this->doTestNodeAddPagesAuthor();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.