How to remove unused core modules from Magento 2?
To reduce the load time sometimes we should to disable core modules for performance or security reasons. There, I sharing here the default way to disable a module: bin/magento module:disable…
To reduce the load time sometimes we should to disable core modules for performance or security reasons. There, I sharing here the default way to disable a module: bin/magento module:disable…