Problem/Motivation

The State service provides a specific collection of the key-value store intended for frequently accessed items. Over in #2575105: Use cache collector for state core will be adding caching around this so the entire state collection is loaded at once to improve performance.

Simple Sitemap has been identified as storing a large amount of data in simple_sitemap.queue_stashed_results in state. This seems unlikely to be needed on every page load - please consider moving this to a separate collection in the key-value store so state can be reserved for frequently used items only.

Steps to reproduce

Proposed resolution

Move simple_sitemap.queue_stashed_results from state to a separate key-value collection.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

longwave created an issue. See original summary.

gbyte’s picture

Assigned: Unassigned » gbyte

That does make sense, I'll look into it.

  • gbyte committed fecb649e on 4.x
    Issue #3436960 by longwave, gbyte: simple_sitemap.queue_stashed_results...
gbyte’s picture

Status: Active » Fixed

Thanks for bringing this to my attention, should be fixed now.

longwave’s picture

Wow, thanks for the swift fix here!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.