-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Labels
No Code Attached YetPerformancebuggood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.
Description
Steps to reproduce the issue
Create a popular tags module, enable debugging and go to a page that displays the module. See that the query to get the information of the popular tags is run twice.
The problem is, that Dispatcher::dispatch() of the module calls $this->getLayoutData(), which runs all the methods to get the data and when it then later calls parent::dispatch() the parent method calls that again. So we are running this unnecessarily twice.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No Code Attached YetPerformancebuggood first issueSmall tasks with clear documentation about how and in which place you need to fix things in.Small tasks with clear documentation about how and in which place you need to fix things in.