Problem/Motivation
From berdir's comment in #3560117: [meta] Add Navigation to the Standard profile and recipes:
\Drupal\Tests\navigation\FunctionalJavascript\PerformanceTest will become mostly pointless with this change and could be removed either here or in a follow-up. The one specific assert should be moved to StandardPerformanceTest
Once #3575171 has been merged, the mentioned test can be integrated in the standard profile.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3576727
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3576727-integrate-navigations-performance
changes, plain diff MR !14966
Comments
Comment #3
plopescMoving to NR
Comment #4
berdirThanks, I think it's sensible to keep the asserts as before to ensure we don't lose any performance test coverage.
This is still a benefit because it avoids another full standard install and is now in scope of the default standard test not a navigation specific thing.
Comment #7
catchYes agreed the metrics in this one are useful. We now have navigation installed in Umami's across pages test, but that only checks js/css.
Committed/pushed to main and 11.x, thanks!