Skip to content
Snippets Groups Projects
Commit 928a5cbd authored by catch's avatar catch
Browse files

Issue #3500293 by nicxvan, dww, catch: Add headroom to the navigation performance test

parent 1630acb8
No related branches found
No related tags found
4 merge requests!11197Issue #3506427 by eduardo morales alberti: Remove responsive_image.ajax from hook,!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!617Issue #3043725: Provide a Entity Handler for user cancelation
Pipeline #398406 passed with warnings
Pipeline: drupal

#398432

    Pipeline: drupal

    #398429

      Pipeline: drupal

      #398425

        +4
        ...@@ -80,7 +80,7 @@ public function testLogin(): void { ...@@ -80,7 +80,7 @@ public function testLogin(): void {
        $this->assertSame(0, $performance_data->getCacheTagInvalidationCount()); $this->assertSame(0, $performance_data->getCacheTagInvalidationCount());
        $this->assertSame(1, $performance_data->getStyleSheetCount()); $this->assertSame(1, $performance_data->getStyleSheetCount());
        $this->assertSame(2, $performance_data->getScriptCount()); $this->assertSame(2, $performance_data->getScriptCount());
        $this->assertLessThan(90000, $performance_data->getStylesheetBytes()); $this->assertLessThan(90200, $performance_data->getStylesheetBytes());
        $this->assertLessThan(220000, $performance_data->getScriptBytes()); $this->assertLessThan(220000, $performance_data->getScriptBytes());
        // Check that the navigation toolbar is cached without any high-cardinality // Check that the navigation toolbar is cached without any high-cardinality
        ......
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment