-
Improvement
-
Resolution: Fixed
-
Major
-
3.1.0-b4
-
None
-
None
Currently \phpbb\event\extension_subscriber_loader loads all the services corresponding to a subscriber's listeners.
We should cache the list of the listeners and use the ability of the ContainerAwareEventDispatcher, so the subscribers wouldn't be load on each page but only when we need them.
- is related to
-
PHPBB-13061 Use a compiler pass to replace the service event.subscriber_loader
- Unverified Fix