summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules
diff options
context:
space:
mode:
authorcatch <6915-catch@users.noreply.drupalcode.org>2025-02-03 12:01:38 +0000
committercatch <6915-catch@users.noreply.drupalcode.org>2025-02-03 12:01:38 +0000
commit380195b0bbe840e87be719ab166bfa1c832e28ad (patch)
tree4276f360190b1c2bf546642104c3d67a3078fa43 /core/modules
parentba0fa0ea6b47686ca2d86ecb669aea0dc74beb60 (diff)
downloaddrupal-380195b0bbe840e87be719ab166bfa1c832e28ad.tar.gz
drupal-380195b0bbe840e87be719ab166bfa1c832e28ad.zip
Issue #3500683 by berdir, nod_, kristiaanvandeneynde, catch: Allow access policies to opt out of caching
Diffstat (limited to 'core/modules')
-rw-r--r--core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php b/core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php
index ddd9bc7d684..85ce146e2d2 100644
--- a/core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php
+++ b/core/modules/navigation/tests/src/FunctionalJavascript/PerformanceTest.php
@@ -75,12 +75,11 @@ class PerformanceTest extends PerformanceTestBase {
'QueryCount' => 4,
'CacheGetCount' => 61,
'CacheGetCountByBin' => [
- 'config' => 10,
+ 'config' => 11,
'data' => 6,
- 'access_policy' => 1,
+ 'discovery' => 11,
'bootstrap' => 6,
'dynamic_page_cache' => 2,
- 'discovery' => 11,
'render' => 23,
'menu' => 1,
'default' => 1,
@@ -91,7 +90,7 @@ class PerformanceTest extends PerformanceTestBase {
],
'CacheDeleteCount' => 0,
'CacheTagChecksumCount' => 3,
- 'CacheTagIsValidCount' => 31,
+ 'CacheTagIsValidCount' => 30,
'CacheTagInvalidationCount' => 0,
'ScriptCount' => 2,
'ScriptBytes' => 215500,