techbhupendra

techbhupendra

Top 10 Best and Free WordPress themes

Astra Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes…

Best Magento 2 Multi-vendor Extensions

Magento marketplace extension by marketplace – Webkul Marketplace Multi-Vendor Module for Magento 2: Multi-Vendor Marketplace Extension converts your Magento Store into a complete online marketplace shop. Using Marketplace Module for Magento 2, the seller can manage the inventory, shipment, Seller Profile…

Magento 2 cache clean vs cache flush?

php bin/magento cache:flush Flushing a cache type purges the cache storage, which might affect other processes applications that are using the same storage. php bin/magento cache:clean Cleaning a cache type deletes all items from enabled Magento cache types only. In…

Magento 2 useful ssh commands

php bin/magento setup:upgrade php bin/magento cache:clean php bin/magento cache:flush php bin/magento cache:status php bin/magento indexer:reindex php bin/magento setup:di:compile php bin/magento indexer:info php bin/magento indexer:show-mode php bin/magento module:status php bin/magento module:enable Namespace_Module php bin/magento module:disable Namespace_Module php bin/magento deploy:mode:set developer php…