Skip to content

Instantly share code, notes, and snippets.

@Daniel-Rafique
Last active July 22, 2020 10:22
Show Gist options
  • Save Daniel-Rafique/6d6b11d6270afe9e0786ac28fbe0eb04 to your computer and use it in GitHub Desktop.
Save Daniel-Rafique/6d6b11d6270afe9e0786ac28fbe0eb04 to your computer and use it in GitHub Desktop.
Magento loads these modules that are enabled by default but seldom used by merchants. These modules increase loadtimes and are not neccessary unless required by the merchant.
bin/magento module:disable \
Magento_GoogleShoppingAds \
Magento_AdobeIms \
Magento_AdobeImsApi \
Magento_AdobeStockAdminUi \
Magento_AdobeStockAssetApi \
Magento_AdobeStockClient \
Magento_AdobeStockClientApi \
Magento_AdobeStockImage \
Magento_AdobeStockImageAdminUi \
Magento_AdobeStockImageApi \
Magento_AuthorizenetGraphQl \
Magento_BraintreeGraphQl \
Magento_GraphQl \
Magento_EavGraphQl \
Magento_StoreGraphQl \
Magento_CatalogGraphQl \
Magento_CheckoutAgreementsGraphQl \
Magento_CmsGraphQl \
Magento_CmsUrlRewriteGraphQl \
Magento_QuoteGraphQl \
Magento_CustomerGraphQl \
Magento_DirectoryGraphQl \
Magento_DownloadableGraphQl \
Magento_CustomerDownloadableGraphQl \
Magento_CatalogCustomerGraphQl \
Magento_BundleGraphQl \
Magento_GroupedProductGraphQl \
Magento_Inventory \
Magento_InventoryAdminUi \
Magento_InventoryAdvancedCheckout \
Magento_InventoryApi \
Magento_InventoryBundleProduct \
Magento_InventoryBundleProductAdminUi \
Magento_InventoryCatalog \
Magento_InventorySales \
Magento_InventoryCatalogAdminUi \
Magento_InventoryCatalogApi \
Magento_InventoryCatalogSearch \
Magento_InventoryConfigurableProduct \
Magento_InventoryConfigurableProductAdminUi \
Magento_InventoryConfigurableProductIndexer \
Magento_InventoryConfiguration \
Magento_InventoryConfigurationApi \
Magento_InventoryDistanceBasedSourceSelection \
Magento_InventoryDistanceBasedSourceSelectionAdminUi \
Magento_InventoryDistanceBasedSourceSelectionApi \
Magento_InventoryElasticsearch \
Magento_InventoryExportStockApi \
Magento_InventoryIndexer \
Magento_InventorySalesApi \
Magento_InventoryGroupedProduct \
Magento_InventoryGroupedProductAdminUi \
Magento_InventoryGroupedProductIndexer \
Magento_InventoryImportExport \
Magento_InventoryCache \
Magento_InventoryLowQuantityNotification \
Magento_InventoryLowQuantityNotificationApi \
Magento_InventoryMultiDimensionalIndexerApi \
Magento_InventoryProductAlert \
Magento_InventoryRequisitionList \
Magento_InventoryReservations \
Magento_InventoryReservationCli \
Magento_InventoryReservationsApi \
Magento_InventoryExportStock \
Magento_InventorySalesAdminUi \
Magento_CatalogInventoryGraphQl \
Magento_InventorySalesFrontendUi \
Magento_InventorySetupFixtureGenerator \
Magento_InventoryShipping \
Magento_InventorySourceDeductionApi \
Magento_InventorySourceSelection \
Magento_InventorySourceSelectionApi \
Magento_AdobeStockAsset \
Magento_GraphQlCache \
Magento_Authorizenet \
Magento_PaypalGraphQl \
Magento_AuthorizenetAcceptjs \
Magento_ConfigurableProductGraphQl \
Magento_RelatedProductGraphQl \
Magento_InventoryLowQuantityNotificationAdminUi \
Magento_AuthorizenetCardinal \
Magento_SalesGraphQl \
Magento_SendFriendGraphQl \
Magento_InventoryShippingAdminUi \
Magento_InventoryGraphQl \
Magento_UrlRewriteGraphQl \
Magento_SwaggerWebapi \
Magento_SwaggerWebapiAsync \
Magento_SwatchesGraphQl \
Magento_TaxGraphQl \
Magento_CatalogCmsGraphQl \
Magento_ThemeGraphQl \
Magento_CatalogUrlRewriteGraphQl \
Magento_VaultGraphQl \
Magento_Version \
Magento_Swagger \
Magento_WeeeGraphQl \
Magento_WishlistGraphQl \
Magento_Csp \
Magento_Elasticsearch6 \
Dotdigitalgroup_Email \
Dotdigitalgroup_Chat \
Klarna_Core \
Klarna_Ordermanagement \
Klarna_Kp \
Vertex_Tax \
Vertex_AddressValidation \
Yotpo_Yotpo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment