Closed (fixed)
Project:
Drupal core
Version:
8.7.x-dev
Component:
toolbar.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Sep 2018 at 10:52 UTC
Updated:
22 Oct 2018 at 12:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
hardikpandya commentedComment #3
tstoecklerYup, great catch!
Looks like this was missed in #2479363: Cache MenuActiveTrail::getActiveIds() for *all* menus per route match: 1 cache get instead of N DB queries, saves 1 ms/response.
Comment #4
tstoecklerComment #6
catchCommitted d078c92 and pushed to 8.7.x. Thanks!