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?
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
@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.
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’)