An error occurred while fetching the assigned milestone of the selected merge_request.
Add authenticated user performance tests.
1 unresolved thread
1 unresolved thread
Closes #3414261
Merge request reports
Activity
added 1 commit
- 7192e60a - Avoid reading the session multiple times from the database in a single request.
added 1 commit
- aeb99742 - Revert "Avoid reading the session multiple times from the database in a single request."
16 17 /** 18 * {@inheritdoc} 19 */ 20 protected $profile = 'demo_umami'; 21 22 protected function setUp(): void { 23 parent::setUp(); 24 $user = $this->drupalCreateUser(); 25 $this->drupalLogin($user); 26 } 27 28 /** 29 * Logs front page tracing data with an authenticated user and warm cache. 30 */ 31 public function testFrontPageAuthenticatedWarmCache() { changed this line in version 7 of the diff
Please register or sign in to reply