[wp-meta] [Making WordPress.org] #5025: Plugins with 'noindex' rules should be excluded from XML sitemaps
Making WordPress.org
noreply at wordpress.org
Mon Mar 9 01:14:32 UTC 2020
#5025: Plugins with 'noindex' rules should be excluded from XML sitemaps
------------------------------+-----------------------
Reporter: jonoaldersonwp | Owner: dd32
Type: defect | Status: reopened
Priority: normal | Milestone:
Component: Plugin Directory | Resolution:
Keywords: seo |
------------------------------+-----------------------
Changes (by dd32):
* status: closed => reopened
* resolution: fixed =>
Comment:
> This may cause OOM fatals due to the usage of get_post() in
Template::is_plugin_outdated() which may exhaust the in-memory object-
cache cache.
As expected:
{{{
Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480
bytes)
Timestamp: Mon, 09 Mar 2020 01:11:28 +0000 (1583716288)
File: object-cache.php
Line: 234
Filter stack: jp_sitemap_cron_hook, jetpack_sitemap_skip_post
Current filter: jetpack_sitemap_skip_post
- attached to priority 10:
WordPressdotorg\Plugin_Directory\Plugin_Directory->jetpack_sitemap_skip_post
}}}
I guess we'll have to clear the in-memory cache occasionally
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/5025#comment:4>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list