function NodePerformanceTest::testNodePerformance

Tests performance of node-related functionality.

File

core/modules/node/tests/src/FunctionalJavascript/NodePerformanceTest.php, line 67

Class

NodePerformanceTest
Tests the performance of node functionality including cache invalidation.

Namespace

Drupal\Tests\node\FunctionalJavascript

Code

public function testNodePerformance() : void {
  $this->testPromotedContentPage();
  $this->testPromotedContentCacheInvalidation();
}

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