Matthew Wells
Matthew Wells
This has also been discussed in the Magento application repository: https://github.com/magento/magento2/issues/29266 ## Problem Several console commands require significant processing to determine their definitions, reducing the overall performance of Magento's CLI...
### Description (*) This change reduces initialization time of the Magento CLI app by allowing deferred initialization of commands until they're needed. * Implements the Symfony CommandLoaderInterface three times: 1....
### Description (*) Magento applications come out of the box with a few particularly "heavy to initialize" CLI commands. Two examples: `\Magento\Setup\Console\Command\InstallCommand` and `\Magento\Setup\Console\Command\ConfigSetCommand`. Each of these probes all installed...