Skip to content
Public Ticket #28971

the web site is giving me a slow query

Conversation thread

Gabriel Brens started the conversation

Conversation Start

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.

Want to join this conversation or access attachments? Sign in first.