Replies: 0
Hi,
The problem I am having is:
Woocommerce never finishes creating variations. I’ve waited up to 20 minutes to see if the process finishes for creating 20 variations, but it does not. If I interrupt the process, it will have created 5 or sometimes 6 variations, but no more.
There are two attributes:
size S|M|L|XL
color Red|Blue|Green|Yellow|Orange
I have about 5500 products and the problem started occurring when I reached around 5000 products.
Here are some stats:
server:
php 7.0
max_file_uploads 50
max_input_time 340
max_input_vars 30000
memory_limit 768M
post_max_size 128M
wp_config:
define(‘WP_MEMORY_LIMIT’,’768M’);
define(‘WP_MAX_MEMORY_LIMIT’, ‘768M’);
db:
db size is 708.3 MB
tables:
wp_posts = 128,660 rows
wp_postmeta = 1,883,846 rows
wp_options = 20,285 rows
wordpress: v 4.9.8
woocommerce: v 3.5.1
The backend is slow, but the font end is quick. It takes about 17 seconds to save a regular post or page (not product).
I have tried disabling all the plugins except woocommerce… no difference.
I am using the Storefront theme.
The site uses the wordpress translation for Spanish es_PE
I don’t believe it is my hosting… I migrated the site to A2 hosting VPS.. no difference. Then I migrated it to Siteground Cloud hosting. No difference.
Not being a technical wizard, I would really appreciate any help.
Thanks.