Reindexing is stuck in my WooCommerce store

To resolve the issue of reindexing being stuck, follow the steps below:

  1. Open the configuration file <plugin’s folder/init.php.

  2. Adjust the following parameters:

    • SE_PRODUCTS_PER_PASS: Reduce the batch size for products sent for indexing to 50.
    • SE_REQUEST_TIMEOUT: Increase the request timeout to 180 seconds.
    • SE_MEMORY_LIMIT: Set the memory limit for the application to 1024 MB.
  3. Save the changes and restart the indexing.

If the issue persists, set parameters SE_ERROR_LOG and SE_DEBUG_LOG as true in the file and please contact us. We will be happy to assist you.

Updated on February 24, 2025

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you

Let us improve this post!

Please tell us how we can improve this post

Related Articles

Back to top