• Resolved jamminjames

    (@jamminjames)


    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)
  • Plugin Author Nick

    (@d4d5bh6)

    Thank you James for reporting this, our developers will investigate next week.

    Thread Starter jamminjames

    (@jamminjames)

    Any update on this issue? Have they corrected it? Thanks.

    Plugin Author Nick

    (@d4d5bh6)

    Sorry for the delay. We’ll push a new version in the next 1-2 days that should have it fixed.

    Plugin Author iClyde

    (@iclyde)

    Hi @jamminjames

    We’ve released new version with fix to your issue (v3.9).

    Please update and let me know if it resolves your issue ??
    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin’s slow query slows down backend’ is closed to new replies.