Details
-
Improvement
-
Resolution: Fixed
-
Major
-
4.1.3
-
None
-
N/A
-
N/A
-
Description
Right now all core/local extension are loaded during ExtensionApplicationStartedListener component innitialization and then really "enabled" when receiving ApplicationStartedEvent.
In some conditions we want to use the observation manager but not initialize everything (like some unit tests for example) so right now we are doing some expensible useless job in thoses use cases.