Cache and Index Management
Two aspects to consider when managing a Magento store are cache and index.Â
Every time you make a change to the storefront, such as adding a new banner or changing a title, if the cache is enabled, you have to clear it to allow your customers to see updates on the storefront.
Similarly, every time you make a change to the catalog, you have to reindex it to display the updated information for your customers.
If you open the SYSTEM tab in the Magento admin panel, you will see that both sections are available under the Tools sub-menu:
That said, let's open the Cache Management page. When the page is loaded, you will see the following grid on the screen:
From this grid, you can enable, disable, and refresh each cache type. It's recommended to turn on all cache types in production to improve the performance of your Magento store. From here, you will be able to refresh the cache types if necessary. If a change is made from the admin panel and refreshing...