Woo products edition page freeze
-
Hi,
We seem ta have a similar issue but there only on woocommerce products.When we open a product for edit (in wp-admin) browser freezes for ages (like 20min) before we can do anything, a bit like if we had a js looping.
DB is about 20k products.
Disabling yoast plugin seems to solve issue.Any advice on what we should look into ?
after digging seems browser stays jammed on (or just before) this call… like if some js looping (with hight cpu)
https://pasteboard.co/JAm7jpIg.png
Thanks for any help.
(we tried reinstall of yoast plugin – deleting yoast tables and all entires LIKE ‘wpseo%’ in wp-options)
Here is a copy as curl of that call (if I run it in a terminal works fine)
curl ‘https://www.xxxx.com/wp-json/wc-admin/options?options=woocommerce_task_list_complete%2Cwoocommerce_task_list_hidden&_locale=user’ \
> -H ‘authority: https://www.promo-parfum-cosmetique.com’ \
> -H ‘accept: application/json, */*;q=0.1’ \
> -H ‘dnt: 1’ \
> -H ‘x-wp-nonce: e730e0b9be’ \
> -H ‘user-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36’ \
> -H ‘sec-fetch-site: same-origin’ \
> -H ‘sec-fetch-mode: cors’ \
> -H ‘sec-fetch-dest: empty’ \
> -H ‘referer: https://www.promo-parfum-cosmetique.com/wp-admin/post-new.php?post_type=product’ \
> -H ‘accept-language: fr-FR,fr;q=0.9,en-US;q=0.8,en;q=0.7,es;q=0.6,pt;q=0.5’ \
> -H ‘cookie: wordpress_test_cookie=WP%20Cookie%20check; wordpress_logged_in_bf512ebbcdd1d63e28db5f5c59cdb328=xxxx wfwaf-authcookie-13779ace0eb4fd2c72da727a44012636=5%7Cadministrator%xxxx; tk_ai=woo%3AXi6%2FaspEg%2BTYRWZlFQgy78xA; cookie_notice_accepted=true; _ga=GA1.2.1583019560.1605370158; _gid=GA1.2.141332239.1605370158; wp-settings-time-5=1605376912; mailchimp_landing_site=https%3A%2F%2Fwww.promo-parfum-cosmetique.com%2Fwp-json%2Fwc-analytics%2Fproducts%2Freviews%3Fpage%3D1%26per_page%3D1%26status%3Dhold%26_locale%3Duser’ \
> –compressed
- The topic ‘Woo products edition page freeze’ is closed to new replies.