Skip to content
Snippets Groups Projects

First attempt, let's see what CI thinks of it.

Closes #2719721

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • resolved all threads

  • Bram Driesen
  • added 1 commit

    • 0abb8a81 - Update docs to be more readable (I hope).

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • 171 171 $recorded_queries = $performance_data->getQueries();
    172 172 $this->assertSame($expected_queries, $recorded_queries);
    173 173 $this->assertSame(12, $performance_data->getQueryCount());
    174 $this->assertSame(76, $performance_data->getCacheGetCount());
    175 $this->assertSame(15, $performance_data->getCacheSetCount());
    174 $this->assertSame(78, $performance_data->getCacheGetCount());
    175 $this->assertSame(16, $performance_data->getCacheSetCount());
  • added 1 commit

    • 09773de1 - Use null safe operator as we may not receive a cacheable metadata (from a...

    Compare with previous version

  • added 1 commit

    • 742f53dc - Add back route cache context in builder for BC.

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading