The State service provides a specific collection of the key-value store intended for frequently accessed items. Over in 📌 Use cache collector for state Needs review 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.
Move simple_sitemap.queue_stashed_results
from state to a separate key-value collection.
Fixed
4.0
Code