Yoast SEO 28.3 — docs(sitemaps): Document new wpseo_disable_xml_sitemap_cache_priming filter - #421
Open
claude[bot] wants to merge 1 commit into
Open
Yoast SEO 28.3 — docs(sitemaps): Document new wpseo_disable_xml_sitemap_cache_priming filter#421claude[bot] wants to merge 1 commit into
claude[bot] wants to merge 1 commit into
Conversation
…filter Yoast SEO 28.3-RC2 adds a new filter that lets integrators opt out of the bulk cache priming introduced for sitemap performance.
Deploying yoast-developer with
|
| Latest commit: |
a06fe76
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://dfccb2f7.yoast-developer.pages.dev |
| Branch Preview URL: | https://rc-sync-wordpress-seo-28-3-r-njk7.yoast-developer.pages.dev |
leonidasmi
approved these changes
Aug 5, 2026
leonidasmi
left a comment
Contributor
There was a problem hiding this comment.
Ready to be merged when 28.3 is released
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
RC docs sync — 28.3-RC2
Product: wordpress-seo
Area: sitemaps
Source evidence:
inc/sitemaps/class-post-type-sitemap-provider.php:775: newapply_filters('wpseo_disable_xml_sitemap_cache_priming', false)call — disables_prime_post_caches()+prime_thumbnail_caches()bulk priming that was added to improve sitemap generation performanceChanges in this PR
docs/features/xml-sitemaps/api.md: adds a new "Performance" section with documentation for thewpseo_disable_xml_sitemap_cache_primingfilter, including a completeadd_filter()example with PHPDocVerification
yarn buildpasses locally in this workflow.yarn lintclean for files touched by this PR.Reviewer notes
@sinceannotation in the source code says28.0, but the filter appears as all-new+lines in the 28.3-RC2 diff vs. 28.3-RC1. This is likely a typo in the source — the filter was added in 28.3, not 28.0. Please verify against the Yoast SEO 28.0–28.2 tags if needed before merging, and adjust the "since" version in the doc if the filter was backported.prime_thumbnail_caches()method onWPSEO_Sitemap_Image_Parser. That method is internal (not a filter/action/CLI command) and is therefore not documented here separately.Sibling PRs from this RC
schemamap.xmlsite-root URLwpseo_indexable_indexing_failedactionAuthored by the RC docs-sync agent. Not auto-merged — requires human review. Run: https://github.com/Yoast/developer/actions/runs/30983367949