Hi, I’m using your theme to launch a client’s website and we’re running into an issue where the Shop page is extremely slow. 1-3 minutes to load the page when logged in as admin.
I’m seeing a ton of these in the error logs if that helps:
POST /wp-admin/admin-ajax.php HTTP/1.0
CPU on this server is reaching 100% at all times and it’s a powerful server that should more than be able to handle this woocommerce site with 9 products.
One of the slow queries on the page is an update query setting postmeta “meta_value” for one of the attachments. Why would this query be running on the shop page?
The cached version of this page when logged out loads pretty quickly, but when logged in, it’s very slow.
When we switched to the default WP theme to troubleshoot, the problem went away entirely and the page loaded instantly.
Any help would be much appreciated. Thanks!