How to Reindex Data

How to Reindex Data

   This article will show you how to reindex data for Magento. Reindexing will need to be done when certain product data is changed, such as updating attributes, categories, or prices. This feature was in Magento 1 by default but is not available in the default Magento 2, a module is needed. It is recommended to not use this function too often as it can lead to significant slowdowns.

The Update on Save and Update on Schedule features should suffice if this feature is not available.


   Why is this necessary? Indexing is how Magento transforms data such as products, categories, and so on, to improve the performance of your storefront. As data changes, the transformed data must be updated—or reindexed. Without indexing, Magento would have to calculate the price of every product on the fly—taking into account shopping cart price rules, bundle pricing, discounts, tier pricing, and so on. Loading the price for a product would take a long time, possibly resulting in cart abandonment (Magento DevDocs).


   If you've recently made a change to one of these pieces of data, you will need to reindex to get the changes to show up on the site's front end.


NOTE: Only reindex if you don't see changes on the website.

TIP: Still don't see changes? Try Clearing the cache!

Step-by-step Guide

  1. Open your Magento admin panel.

  2. Navigate to System → Tools → Index Management


  3. Check all Index types. You can use the Drop-Down menu on the top left of the table. Then choose, Select All instead of clicking on each checkbox individually.


    

  4. On the right-hand side of the page, selectReindex All button. Alternatively, you might have "Reindex Data" in the dropdown on the left-hand side of the page, selectReindex Data.Then, click the submit button.


    


Reindexing all types at once may take a long time to run. If reindexing is taking too long, consider selecting one or a few at a time, instead of selecting all.


Still need help? get in contact with us. helpdesk@cp-commerce.com

    • Related Articles

    • CP-Commerce Elasticsearch

      This module is for advanced customization of the Elasticsearch Indexer and Search Engine for Magento 2.3. Unless you are familiar with Elasticsearch, you should discuss any changes with the CPCommerce team. Configuration Options Enabled - Yes/No, ...
    • How to Set Up Search Term and Redirects

      This article covers how to redirect customers to new links when they search specific terms. Some examples: - Synonyms: When a customer searches for "tshirt" but searches arent showing results because your store calls them "t-shirts", you can redirect ...
    • Custom Forms

      This article is a summary of how to add custom forms to your site, edit them, and export data. For more information about forms,see the guide here. Navigation, Configuration, and Menus Configuration Creating and Editing a Form Exporting Responses ...
    • CPC: Dashboard, Queue, Log, and Help Page

      TABLE OF CONTENTS Login Screen Header List of Syncs The Tabs on Each Task Sync Tab Queue Changed Queue All Queue Item Sync Item Queue Tab Log Tab Help Page Login Screen Here you'll be able to log in using the same credentials as the Magento admin ...
    • How To Create Product Attributes

      A lot of times there is information that you want to show on the product's page that isn't there by default whether it is a color, category, where an item is from, etc. We can create product attributes in Counterpoint to sync to your website. For ...