the web site is giving me a slow query when loading the page and navigating through the menu info: SELECT wphq_posts.ID FROM wphq_posts INNER JOIN wphq_postmeta ON ( wphq_posts.ID = wphq_postmeta.post_id ) WHERE 1=1 AND ( ( ( wphq_postmeta.meta_key = '_elementor_edit_mode' AND wphq_postmeta.meta_value = 'builder' ) ) AND wphq_posts.post_type IN ('post', 'page', 'attachment', 'e-landing-page', 'podcast', 'portfolio', 'penci-block') AND ((wphq_posts.post_status = 'publish' OR wphq_posts.post_status = 'draft')) GROUP BY wphq_posts.ID OR ORDER BY wphq_posts.post_modified DESC LIMIT 0, 1
I want to know if this causes the website to be so slow.
the web site is giving me a slow query when loading the page and navigating through the menu
info: SELECT wphq_posts.ID
FROM wphq_posts
INNER JOIN wphq_postmeta
ON ( wphq_posts.ID = wphq_postmeta.post_id )
WHERE 1=1
AND ( ( ( wphq_postmeta.meta_key = '_elementor_edit_mode'
AND wphq_postmeta.meta_value = 'builder' ) )
AND wphq_posts.post_type IN ('post', 'page', 'attachment', 'e-landing-page', 'podcast', 'portfolio', 'penci-block')
AND ((wphq_posts.post_status = 'publish'
OR wphq_posts.post_status = 'draft'))
GROUP BY wphq_posts.ID
OR ORDER BY wphq_posts.post_modified DESC
LIMIT 0, 1
I want to know if this causes the website to be so slow.
Hi,
This issue is related to your other ticket: https://pencidesign.ticksy.com/ticket/3674849/
Regards,
PenciDesign.