yoast seo woo products high cpu usage
-
high hosting cpu usage
after yoast seo update cpu usage when I click woo–products–all is above 90-95%
and loading time (by query monitor) is above 8 seconds.
also query monitor detects duplicate queriesSELECT ID
FROM wpx1_posts AS posts
LEFT JOIN wpx1_yoast_seo_meta AS yoast_meta
ON yoast_meta.object_id = posts.ID
WHERE posts.post_status = “publish”
AND posts.post_type IN ( “post”, “page”, “product” )
AND yoast_meta.internal_link_count IS NULL
LIMIT 127 WPSEO_Link_Query::has_unprocessed_posts()
27 calls
Plugin: wordpress-seo
27 calls
get_column_headers()
1 call
WP_List_Table->get_default_primary_column_name()
26 callsits just 20 records (products) per page.
with a 100 products per page (woo–products-all) cpu usage is above 97% loading time about 40 seconds and over a 100 duplicate queries
SELECT ID
FROM wpx1_posts AS posts
LEFT JOIN wpx1_yoast_seo_meta AS yoast_meta
ON yoast_meta.object_id = posts.ID
WHERE posts.post_status = “publish”
AND posts.post_type IN ( “post”, “page”, “product” )
AND yoast_meta.internal_link_count IS NULL
LIMIT 1
107 WPSEO_Link_Query::has_unprocessed_posts()
107 calls
Plugin: wordpress-seo
107 calls
get_column_headers()
1 call
WP_List_Table->get_default_primary_column_name()
106 callswith the deactivated yoast seo plugin is just below 25-30% and 2 seconds.
wordpress 4.9.4
yoast seo 7.0.3woocommerce 3.3.3
products 1500jetpack
cloudflare
wp super cache
metaslider
wc checkout field editor
wc pdf invoices
wc products per page
wc table rate shipping
newsletter
query monitor
- The topic ‘yoast seo woo products high cpu usage’ is closed to new replies.