Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
PerformanceData::setCacheTagChecksumCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache tag checksum count.
PerformanceData::setCacheTagInvalidationCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache tag invalidation count.
PerformanceData::setCacheTagIsValidCount function core/tests/Drupal/Tests/PerformanceData.php Sets the cache tag isValid count.
PerformanceData::setReturnValue function core/tests/Drupal/Tests/PerformanceData.php Sets the original return value.
PerformanceData::setScriptBytes function core/tests/Drupal/Tests/PerformanceData.php Sets the script bytes.
PerformanceData::setScriptCount function core/tests/Drupal/Tests/PerformanceData.php Sets the script request count.
PerformanceData::setStylesheetBytes function core/tests/Drupal/Tests/PerformanceData.php Sets the stylesheet bytes.
PerformanceData::setStylesheetCount function core/tests/Drupal/Tests/PerformanceData.php Sets the stylesheet request count.
PerformanceDataCollector::$cacheOperations property core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Cache operations collected during the request.
PerformanceDataCollector::$cacheTagOperations property core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Cache tag operations collected during the request.
PerformanceDataCollector::$databaseEvents property core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Database events collected during the request.
PerformanceDataCollector::destruct function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Performs destruct operations.
PerformanceDataCollector::getSubscribedEvents function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php
PerformanceDataCollector::onDatabaseEvent function core/modules/system/tests/modules/performance_test/src/PerformanceDataCollector.php Logs database statements.
PerformanceForm::$cssCollectionOptimizer property core/modules/system/src/Form/PerformanceForm.php The CSS asset collection optimizer service.
PerformanceForm::$jsCollectionOptimizer property core/modules/system/src/Form/PerformanceForm.php The JavaScript asset collection optimizer service.
PerformanceForm::getEditableConfigNames function core/modules/system/src/Form/PerformanceForm.php Gets the configuration names that will be editable.
PerformanceForm::submitForm function core/modules/system/src/Form/PerformanceForm.php Form submission handler.
PerformanceForm::__construct function core/modules/system/src/Form/PerformanceForm.php Constructs a PerformanceForm object.
PerformanceTestBase class core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php Collects performance metrics.
PerformanceTestBase.php file core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php
PerformanceTestBase::$modules property core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php Modules to install.
PerformanceTestBase::getMinkDriverArgs function core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php Gets the Mink driver args from an environment variable.
PerformanceTestBase::installModulesFromClassProperty function core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php Install modules defined by `static::$modules`.
PerformanceTestBase::prepareEnvironment function core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php Prepares the current environment for running the test.
PerformanceTestBase::setUp function core/tests/Drupal/FunctionalJavascriptTests/PerformanceTestBase.php
PerformanceTestRecorder class core/lib/Drupal/Core/Test/PerformanceTestRecorder.php Records the number of times specific events occur.
PerformanceTestRecorder.php file core/lib/Drupal/Core/Test/PerformanceTestRecorder.php
PerformanceTestRecorder::$record property core/lib/Drupal/Core/Test/PerformanceTestRecorder.php
PerformanceTestRecorder::$state property core/lib/Drupal/Core/Test/PerformanceTestRecorder.php The state service for persistent storage if necessary.
PerformanceTestRecorder::getCount function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php
PerformanceTestRecorder::getSubscribedEvents function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php
PerformanceTestRecorder::onRouteBuilderFinish function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php Records a router rebuild.
PerformanceTestRecorder::record function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php Records the occurrence of an event.
PerformanceTestRecorder::registerService function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php Registers core.performance.test.recorder service.
PerformanceTestRecorder::__construct function core/lib/Drupal/Core/Test/PerformanceTestRecorder.php PerformanceTestRecorder constructor.
PerformanceTestTrait trait core/tests/Drupal/Tests/PerformanceTestTrait.php Provides various methods to aid in collecting performance data during tests.
PerformanceTestTrait.php file core/tests/Drupal/Tests/PerformanceTestTrait.php
PerformanceTestTrait::assertCountBetween function core/tests/Drupal/Tests/PerformanceTestTrait.php Asserts that a count is between a min and max inclusively.
PerformanceTestTrait::collectNetworkData function core/tests/Drupal/Tests/PerformanceTestTrait.php Prepares data for assertions.
PerformanceTestTrait::collectPerformanceData function core/tests/Drupal/Tests/PerformanceTestTrait.php Executes a callable and collects performance data.
PerformanceTestTrait::doGetMinkDriverArgs function core/tests/Drupal/Tests/PerformanceTestTrait.php Helper for ::getMinkDriverArgs().
PerformanceTestTrait::doInstallModulesFromClassProperty function core/tests/Drupal/Tests/PerformanceTestTrait.php Helper for ::installModulesFromClassProperty().
PerformanceTestTrait::doSetUpTasks function core/tests/Drupal/Tests/PerformanceTestTrait.php Helper for ::setUp().
PerformanceTestTrait::isDatabaseCache function core/tests/Drupal/Tests/PerformanceTestTrait.php Checks whether a database event is from the database cache implementation.
PerformanceTestTrait::logQuery function core/tests/Drupal/Tests/PerformanceTestTrait.php Logs a query in the performance data.
PerformanceTestTrait::openTelemetryTracing function core/tests/Drupal/Tests/PerformanceTestTrait.php Sends metrics to OpenTelemetry.
PerformanceTestTrait::processChromeDriverPerformanceLogs function core/tests/Drupal/Tests/PerformanceTestTrait.php Gets the chromedriver performance log and extracts metrics from it.
PerformanceTestTrait::quoteQueryArgs function core/tests/Drupal/Tests/PerformanceTestTrait.php Wraps query arguments in double quotes if they're a string.
performance_test.cache_factory service core/modules/system/tests/modules/performance_test/performance_test.services.yml Drupal\performance_test\Cache\CacheFactoryDecorator

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