• negrusti

    (@negrusti)


    One of the top CPU consumers on multiple sites I’ve checked. Confirmed by NewRelic graphs with plugin on and off. Do not use if your site performance is important to you. Lots of reviews seem to be fake.

    Latest example – for the query

    UPDATE wp_yoast_indexable SET has_public_posts = ” WHERE object_type = ‘post’ AND object_sub_type = ‘attachment’ AND post_status = ‘inherit’ AND post_parent = ‘3808176’;

    there is no index on post_parent column, resulting in a query scanning millions of rows on a large site, stressing the database.

    • This topic was modified 8 years ago by negrusti.
    • This topic was modified 4 years, 10 months ago by negrusti. Reason: New information
Viewing 3 replies - 1 through 3 (of 3 total)
  • monbauza

    (@monbauza)

    Hi @negrusti,

    Thanks for your feedback.

    We are always happy to receive comments from our users as they help us improve the plugin. We’ve received similar reports from other users who seem to experience performance issues under specific circumstances (i.e. websites with a large number of posts, pages with a lot of content, etc.) If you’d like to follow the progress of these reports or even contribute to them, please refer to our GitHub repository: https://github.com/Yoast/wordpress-seo/labels/component%3A%20performance

    • This reply was modified 8 years ago by monbauza.
    Thread Starter negrusti

    (@negrusti)

    Looks like the issue is unresolved for 2 months already:
    https://github.com/Yoast/wordpress-seo/issues/9247

    monbauza

    (@monbauza)

    Hi @negrusti,

    Yes, that bug report is still open. Rest assured that our developers will look into it and will try to find a solution as soon as possible. We’d recommend you post a comment on the GitHub issue so that you can get automatic updates on the progress of the report.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Badly affects site performance’ is closed to new replies.