Closed (fixed)
Project:
Flexible Table Of Contents
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
5 Aug 2019 at 15:36 UTC
Updated:
29 Nov 2019 at 19:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
drummThe attached patch also looks through the default panel configuration for each entity type and bundle, when Panelizer is enabled and being used.
Comment #3
drummComment #4
drummI noticed that
table_of_contents_block_info()is invoked multiple times per page request by CTools’s content types system. Since this is always callingvariable_set('table_of_contents_definitions', …), that is a good amount of cache thrashing. This patch only updates the variable when it has changed.Comment #6
grasmash commented