Plugin’s slow query slows down backend
-
This plugin initiates a very slow query which slows down the backend while logged in. According to the Query Monitor plugin, the culpable call is
sfmBasicActions->sfmListActiveRss()
which initiates a query like:select p.post_author,u.user_login from siow8zcap_posts p LEFT?JOIN?siow8zcap_users u on p.post_author=u.ID where p.post_status="publish" and p.post_type="post"
… involving 8046 rows in our database. How can we fix this? Thanks.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Plugin’s slow query slows down backend’ is closed to new replies.