You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should exchange this with a service locator, which only initializes the controller needed.
Moreover, we should remove the clone and reduce the state in the controllers.
This should reduce the request time and memory since fewer services are created upfront.
The text was updated successfully, but these errors were encountered:
Currently, while starting Shopware, all Controllers are initialized, which is not necessary at all, and then cloned to reduce the shared state. shopware/engine/Library/Enlight/Controller/Dispatcher/Default.php
We should exchange this with a service locator, which only initializes the controller needed.
Moreover, we should remove the clone and reduce the state in the controllers.
This should reduce the request time and memory since fewer services are created upfront.
The text was updated successfully, but these errors were encountered: