How to reindex Magento?

After migration to Magento, it’s necessary to do data reindexing in order to make imported entities display correctly on the front end. Here’s how to reindex Magento.

 

How to reindex Magento 1.x?

  1. Log in to your Magento 1.x Admin panel
  2. Go to System → Index Management → press Select All
  3. Pick “Reindex Data” from the Action dropdown and click Submit
  4. Then you need to clear your store’s cache. In your Admin panel:

  5. Go to System → Cache Management → press Select All and Submit
  6. Then, click Flush Magento Cache

 

How to reindex Magento 2.x?

First of all, Connect to your Magento 2.x store via SSH. Then, follow the instructions below:

  1. In command line, go to the folder that contains your shop
  2. Step to your Magento 2 Store’s root directory
  3. Reindex data using this command
    php bin/magento indexer:reindex
  4. Resize product images to fit your Magento’s template by using this command
    php bin/magento catalog:images:resize
  5. Then, you need to clear your store’s cache. Use this command to do that
    php bin/magento cache:flush

 

Don’t forget to visit LitExtension Blog for more shopping cart migration tutorials!

In case you have any other questions, please reach out to us via:

How can we help?