• 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 6 years, 10 months ago by negrusti.
    • This topic was modified 3 years, 7 months ago by negrusti. Reason: New information
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Badly affects site performance’ is closed to new replies.