So better disable the option to use only HPOS and clean the old tables ?
Thanks a lot !
]]>I checked with hosting they asked me to contact woocommerce for the issue, its frustrating as listing products is quite basic feature and it wastes lot of time doing that.
Kindly please resolve the issue asap. As its a backend issue, kindly contact me personally foe further details.
Thank you
I need help for checkout process. I already uninstall all extensions and theme, only install woocommerce and storefront. All pages loading time looking fast without cache. But trying complate order process after submit order button, loader wait almost 5-15 seconds. There is not any error on debug.log. Anyone have any idea?
thanks,
]]>Test to Open the Store [ redundant link removed ] the first side Load Quick but when you click on a Product then it need very very very long more as 40 Secunds or Server Timeout.
What did we do all:
Stop all Plugins bit of Woocommerce and the Mollie or Stripe Payment Plugin nothing change still Slow
Upgrade our Dedicated Server System to 20 Real Cores and 256GB DDR4 + 2TB SSD but nothing same effect
We use Cloudflare as Cache and CDN Solution.
JetPack as Image CDN
WP-Optimize Premium for Cache and Minimize
Ligtspeed Server Enterprise ( Ligtspeed Cache we have Test more Slow )
Redis not really Help make all more Slow
So we need help we lose money about our Customers not wanna wait 40 Secunds of one Product.
]]>Bottom line, I am trying to speed up the accessing of Products and also the bulk update for pricing where there are many Sizes and Colours etc against several thousands of products resulting in around 834,000 records in the postmeta table and in posts table 127,000
My background is MS SQL where we use multiple tables relationships and multiple keys etc. not just one horrendous table like the postmeta.
I saw the following page
https://docs.woocommerce.com/document/woocommerce-product-search/settings/index/woocommerce-settings-search-index/
.. but I’m confused as the Woocomerce I have does not have any indexing tab ?
I guess my question is basically, is there a way to index Attributes and Product and alike so when importing updates, or even just manually updating data and searching it is much much faster given it is pulling data from Attributes via indexed columns (fields)
BTW. I am currently running Woo 3.4.5
thanks
]]>There are some settings that I forgot or woocommerce have some problems because the are a new version 3?
]]>SELECT t.*, tt.*
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN (‘product_shipping_class’)
AND tr.object_id IN (878)
ORDER BY t.name ASC
and
SELECT DISTINCT t.*, tt.*, tm.meta_value
FROM wp_terms AS t
INNER JOIN wp_term_taxonomy AS tt
ON t.term_id = tt.term_id
INNER JOIN wp_term_relationships AS tr
ON tr.term_taxonomy_id = tt.term_taxonomy_id
LEFT JOIN wp_termmeta AS tm
ON (t.term_id = tm.term_id
AND tm.meta_key = ‘order’)
WHERE tt.taxonomy IN (‘product_cat’)
AND tr.object_id IN (828)
ORDER BY tm.meta_value+0 ASC, t.name ASC
and both are called by:
WP_Term_Query->get_terms()
wp-includes/class-wp-term-query.php:695
I’m adding some images maybe it helps:
https://prntscr.com/fnxujj
https://prntscr.com/fnxuv0
https://prntscr.com/fnxvne
https://prntscr.com/fnxvxc
https://prntscr.com/fnxz57
https://prntscr.com/fnxzbd
WordPress version: 4.8
Woocommerce version: 3.0.9
Active plugins: 19
Products: 55
PHP version: 7.0
Server cores: 2 x 2.1Ghz
RAM: 1 GB
Theme: Flatsome
Maybe anyone had similar problem and know any possible solution to fix it. This is the first time when I ask something so if anyone needs any more information I will try to provide it.
]]>