WooCommerce product sorting VERY slow

I have 2800 products in my WooCommerce store. Trying to use the All Products > “Sorting” utility in the backend to edit the desired order for them to appear is excruciatingly slow. Even if I filter into a category with ~200 products, it’s quite slow to save each product. The process of updating the database with a sort value after EVERY drag reorder seems like overkill.

Is there anyway to drag them into my desired order (not have it automatically trigger Ajax) and once I’m one manually trigger the order of them to appear?

1 Answer
1

Here’s a plugin that deals with this fairly effectively.

https://github.com/haydenw/woocommerce-product-sorting

Leave a Comment