• Resolved vincepettit

    (@vincepettit)


    Since the latest update our CPU usage has shot up, after some investigation with our hosts it has been found that this seems to fit with the time that the update was installed.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Michael Tiña

    (@mikes41720)

    Hi @vincepettit

    We apologize for any issues you are having with the plugin. Could you please confirm you have the latest version of v14.2 of the Yoast SEO for WordPress plugin? Did you update from any of the older v14.x.x versions or did you update from v13.5? Did you also already try to perform the Indexables ‘start processing and speed up your site’ option?

    Thread Starter vincepettit

    (@vincepettit)

    14.2 is the version we are on, upgraded from the previous version as we always keep everything up to date.

    Indexables was complete a few weeks ago but took a long time due to us having over 56,000 articles on our site

    Plugin Support Michael Tiña

    (@mikes41720)

    @vincepettit thanks for confirming that you are on the latest version v14.2 and that you’ve already run the Indexables. Could you provide us with more details by installing the Query Monitor plugin and checking on your queries and calls from the Yoast SEO plugin that might be causing the issue?

    We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.

    Thread Starter vincepettit

    (@vincepettit)

    These two queries are running slow:

    SELECT COUNT(ID)
    FROM wp_posts
    WHERE ID NOT IN (SELECT object_id
    FROM wp_yoast_indexable
    WHERE object_type = ‘post’)
    AND post_type IN (‘post’, ‘page’, ‘attachment’)

    SELECT COUNT(term_id)
    FROM wp_term_taxonomy
    WHERE term_id NOT IN (SELECT object_id
    FROM wp_yoast_indexable
    WHERE object_type = ‘term’)
    AND taxonomy IN (‘category’, ‘post_tag’, ‘post_format’, ‘post_status’)

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

The topic ‘Increased CPU usage after latest update’ is closed to new replies.