High Resource Use by wc_update_product_lookup_tables_rating_count_batch
-
Hello!
In a WooCommerce store with 15,000 products, I perform stock imports using wpallimport every 15 minutes.
This triggers server problems as each import initiates thousands of processes named wc_update_product_lookup_tables_rating_count_batch, often with parameters like ‘offset’ => 7850, ‘limit’ => 50. These processes consume significant server resources.
I’m thinking of disabling the wc_update_product_lookup_tables_rating_count_batch process during ongoing daytime stock imports and scheduling it to run only once at the end of the day.
I’m concerned about the potential impacts of this change. Would limiting the wc_update_product_lookup_tables_rating_count_batch process to a single daily execution adversely affect product rating counts, inventory synchronization, or other critical aspects of the WooCommerce store operations?
Looking forward to receiving your guidance on this matter.
- The topic ‘High Resource Use by wc_update_product_lookup_tables_rating_count_batch’ is closed to new replies.