Hi,
I am getting long running database query which makes the website break, I noticed two tables wp_post and wp_term_relationships is keep getting running when this plugin is activated. It’s because of the category page filter i think. I mentioned the few lines of running mysql queries for reference.
Please fix this issue from the plugin.
839179 | bn_wordpress | 127.0.0.1:50256 | bitnami_wordpress | Query | 360978 | Sending data | SELECT wp_posts.ID
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_ | 0.000 |
| 839180 | bn_wordpress | 127.0.0.1:50268 | bitnami_wordpress | Query | 360977 | Sending data | SELECT wp_posts.ID
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_ | 0.000 |
| 875747 | bn_wordpress | 127.0.0.1:44952 | bitnami_wordpress | Query | 274577 | Sending data | SELECT wp_posts.ID
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_ | 0.000 |
| 875748 | bn_wordpress | 127.0.0.1:44966 | bitnami_wordpress | Query | 274576 | Sending data | SELECT wp_posts.ID
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_ | 0.000 |
| 925517 | bn_wordpress | 127.0.0.1:60468 | bitnami_wordpress | Query | 188176 | Sending data | SELECT wp_posts.ID
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_ | 0.000 |
| 925518 | bn_wordpress | 127.0.0.1:60470 | bitnami_wordpress | Query | 188176 | Sending data | SELECT wp_posts.ID
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_ | 0.000 |
| 968396 | bn_wordpress | 127.0.0.1:47276 | bitnami_wordpress | Query | 101786 | Sending data | SELECT wp_posts.ID
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_ | 0.000 |
↧
MySQL database is overwhelmed with long-running WordPress queries
↧