Matthew Wells

Results 3 issues of 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...

dev-guild

### 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....

Component: Setup
Award: complex
Award: test coverage
Component: Backend
Award: category of expertise
Progress: testing in progress
Component: App
Auto-Tests: Covered
Component: Console
Triage: Dev.Experience
Priority: P2
Severity: S1
Release Line: 2.5
Area: Performance
Project: Community Picked

### 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...

feature request
Issue: Format is valid
Progress: PR in progress
Priority: P2
Severity: S1