Slow Queries Issue
-
Hello Team,
I am using this plugin for my all the projects and get to know it’s causing slow website issue, tested by Query Monitor Plugin
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) WHERE 1=1 AND ( ( wp_postmeta.meta_key = '_wp_attachment_metadata' AND wp_postmeta.meta_value LIKE '%logo.png%' ) ) AND wp_posts.post_type = 'attachment' AND ((wp_posts.post_status = 'inherit')) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 11
Can you please let me know how to resolve this issue and save almost 2 second load time.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Slow Queries Issue’ is closed to new replies.