This pluging giving a slow query
-
Caller: WP_Query->get_posts()
Slow Querries
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts
WHERE 1=1
AND (((wp_posts.post_title LIKE ‘%[wpgdprc\\_access\\_request\\_form]%’)
OR (wp_posts.post_excerpt LIKE ‘%[wpgdprc\\_access\\_request\\_form]%’)
OR (wp_posts.post_content LIKE ‘%[wpgdprc\\_access\\_request\\_form]%’)))
AND wp_posts.post_type IN (‘post’, ‘page’, ‘attachment’)
AND ((wp_posts.post_status = ‘publish’))
ORDER BY wp_posts.post_title LIKE ‘%[wpgdprc\\_access\\_request\\_form]%’ DESC, wp_posts.post_date DESC
LIMIT 0, 20The page I need help with: [log in to see the link]
- The topic ‘This pluging giving a slow query’ is closed to new replies.