Description
Evaluate whether we can integrate https://github.com/MonogoPolska/monogo-m2-optimize-object-manager/blob/master/patches/composer/optimize-config-loader.diff safely to optimize DI compilation a bit
Expected behavior
Current DI compilation creates a full set of compiled data for each area (global, adminhtml, frontend, ...). These files are frequently 8 MB each.
The referenced module/patch changes this so each non-global area only stores its changes from global, drastically reducing the size and improving performance in the process.
Benefits
Performance boost
Additional information
No response
Release note
No response
Description
Evaluate whether we can integrate https://github.com/MonogoPolska/monogo-m2-optimize-object-manager/blob/master/patches/composer/optimize-config-loader.diff safely to optimize DI compilation a bit
Expected behavior
Current DI compilation creates a full set of compiled data for each area (global, adminhtml, frontend, ...). These files are frequently 8 MB each.
The referenced module/patch changes this so each non-global area only stores its changes from global, drastically reducing the size and improving performance in the process.
Benefits
Performance boost
Additional information
No response
Release note
No response