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 Vendor_Module But in the above method below problem will be arise: Module will be disable but files are still there. If you run integration tests …