jgbyvan
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] MYSQL problem with 5.5x updateWoocommerce have a proper bug tracker entry for this here: https://github.com/woocommerce/woocommerce-admin/issues/7358
Forum: Plugins
In reply to: [WooCommerce] MYSQL problem with 5.5x updateI think we hit this same issue this morning, it screwed the pooch on our regular product release 🙁
Our forensics so far have found that one of these queries gets lodged in the mysql every time we load the
edit.php?post_type=product&all_posts=1page… they run busy, so drive mysql to use all the CPU. And they persist, forever. If you try to run the query manually it just hangs similarly.After a lot of fossicking we have got rid of the issue with a hack in:
./woocommerce/packages/woocommerce-admin/src/API/Products.phpAt the top of the
get_itemsfunction we have insertedreturn "";– suddenly our whole website is both working again and way faster than it was previously. I gather this is part of the REST API that’s presumably used in some AJAX shit? Anyway – I’ve no idea what I’ve broken but all core site functions seem to work, and customers can buy product again… hurrah.Certainly more investigation and a proper fix needed here though.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Change download file name?Many thanks, that’s perfect. Clearly I didn’t look hard enough in the docs.
Looking like a plugin well worth paying for IMO! (Will purchase the premium version in due course.)