Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sitemap: Make sitemap storing more efficient by not querying the full post content before saving #39572

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Commits on Sep 28, 2024

  1. Make sitemap storing more efficient but not querying the full post co…

    …ntent when storing the sitemap
    
    This update tries to remediate a problem where the persistent object cache gets huge
    with data that we will not use in the end.
    We just need to get the id of the current sitemap post and if it exists, we update it.
    
    Before, we were using get_post and this polluted the cache running into OOM situations
    oskosk committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b48bf00 View commit details
    Browse the repository at this point in the history
  2. changelog

    oskosk committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    a98842e View commit details
    Browse the repository at this point in the history