- Issue created by @berdir
- Status changed to Needs review
5 days ago 2:28am 17 April 2025 -
acbramley →
committed 182c4198 on 3.x authored by
berdir →
Issue #3500811 by berdir: Use bootstrap cache bin for components
-
acbramley →
committed 182c4198 on 3.x authored by
berdir →
- 🇦🇺Australia acbramley
I don't fully grok how different cache bins interact with different parts of the request but I trust your judgement here :) thanks!
- 🇨🇭Switzerland berdir Switzerland
Thanks for merging.
TLDR: bootstrap (and config + discovery) cache bins use APCu to keep the caches in memory. All other cache bins always do a database/redis/memcache query. Things that are used often (this is used on dynamic page cache hits that need to render placeholders), aren't big and don't have many variations benefit from being put in those cache bins.