What is the recommended indexer mode for an instance with a large number of products?
With respect to the indexer mode suitable for the Magento installation with a large number of products, it is recommended setting indexers in Update by Schedule mode. This will ensure that no timeouts appear when any settings related to indexers in the backend are saved.
Related Articles
We installed the module and activated it but it does not seem to return any related products on the product/category pages or in cart, why?
After installing the extension and configuring at least one related product rule, reindex is required. You may perform it manually by running the below command via CLI: bin/magento indexer:reindex Also, it’s highly recommended to set the indexers for ...
Generating a feed returns an error "There are no products to generate the feed". How to fix this issue?
This is one of the common errors, yet the troubleshooting process is quite simple. First, double-check the settings in the General and Conditions tabs in order to make sure that those configurations are valid and do not contradict each other. General ...
How to update an Amasty extension?
Below, you may find the instructions on installing an update to an Amasty extension. Choose the appropriate method of the extension update – via Composer or via manual file upload. The choice of the method corresponds to the initial way the extension ...
How products are sorted in the related block when the Source Type is set to “Bought Together”?
With Source Type set to Bought Together in the related rule, products will sorted based on their frequency of being purchased together, i.e. by the number of purchases. For instance, if customers buy product X alongside product Y more frequently than ...
Generating a feed returns an error: "Something went wrong: Couldn't lock indexer. Reindex in progress". How to fix?
This message indicates that during the generation of the feed, its indexers are currently in progress, in the Processing status. Before proceeding with the next steps, please make sure to update the extension to version 2.8.0, where we significantly ...