Yoast Database Calls Expected Results?
-
Hey all,
I have a site running a custom theme with Yoast SEO free 23.0 on WordPress v6.5.5.
Text Link Counter and Insights are disabled. I was experiencing this issue: https://github.com/Yoast/wordpress-seo/issues/18065 and spoke with other team members in support.
I put the filter on the site to disable the Indexables: add_filter( ‘Yoast\WP\SEO\should_index_indexables’, ‘__return_false’ ); and when I use Query Monitor I see some Indexable calls being made on the front-end (none in the backend)
Yoast\W\S\R\Indexable_Repository->find_by_id_and_type()
Yoast\W\S\R\Indexable_Repository->find_for_home_page()
Yoast\W\S\R\Indexable_Hierarchy_Repository->find_ancestors()
Image: https://pasteboard.co/keT32KsEaTjI.png
Now it looks like any duplicate Indexable calls have been resolved but just want to know if those calls are still expected to be made even though I’ve disabled the Indexables via a filter.
Thanks!–Pat Costa (NerdPress.net)
- You must be logged in to reply to this topic.