| PerformanceForm.php |
file |
core/modules/system/src/Form/PerformanceForm.php |
|
| PerformanceForm::$cssCollectionOptimizer |
property |
core/modules/system/src/Form/PerformanceForm.php |
The CSS asset collection optimizer service. |
| PerformanceForm::$dateFormatter |
property |
core/modules/system/src/Form/PerformanceForm.php |
The date formatter service. |
| PerformanceForm::$jsCollectionOptimizer |
property |
core/modules/system/src/Form/PerformanceForm.php |
The JavaScript asset collection optimizer service. |
| PerformanceForm::$moduleHandler |
property |
core/modules/system/src/Form/PerformanceForm.php |
The module handler. |
| PerformanceForm::buildForm |
function |
core/modules/system/src/Form/PerformanceForm.php |
Form constructor. |
| PerformanceForm::create |
function |
core/modules/system/src/Form/PerformanceForm.php |
Instantiates a new instance of the implementing class using autowiring. |
| PerformanceForm::getEditableConfigNames |
function |
core/modules/system/src/Form/PerformanceForm.php |
Gets the configuration names that will be editable. |
| PerformanceForm::getFormId |
function |
core/modules/system/src/Form/PerformanceForm.php |
Returns a unique string identifying the form. |
| 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. |
| PerformanceTest |
class |
core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php |
Tests performance with the navigation toolbar enabled. |
| PerformanceTest.php |
file |
core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php |
|
| PerformanceTest::$defaultTheme |
property |
core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php |
The theme to install as the default for testing. |
| PerformanceTest::$profile |
property |
core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php |
The profile to install as a basis for testing. |
| PerformanceTest::setUp |
function |
core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php |
|
| PerformanceTest::testLogin |
function |
core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php |
Tests performance of the navigation toolbar. |
| 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 |
Gets the number of times an event occurred. |
| 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::assertMetrics |
function |
core/tests/Drupal/Tests/PerformanceTestTrait.php |
Assert metrics from a performance data value object. |
| 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::getMetrics |
function |
core/tests/Drupal/Tests/PerformanceTestTrait.php |
Get metrics from a performance data value object. |
| 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::normalizeQuery |
function |
core/tests/Drupal/Tests/PerformanceTestTrait.php |
Normalizes a query by removing the database prefix and newlines. |
| 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. |