Closed (fixed)
Project:
Simple XML sitemap
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
29 Mar 2024 at 10:16 UTC
Updated:
12 Apr 2024 at 21:44 UTC
Jump to comment: Most recent
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.
Move simple_sitemap.queue_stashed_results from state to a separate key-value collection.
Comments
Comment #2
gbyteThat does make sense, I'll look into it.
Comment #4
gbyteThanks for bringing this to my attention, should be fixed now.
Comment #5
longwaveWow, thanks for the swift fix here!