I'm new to MediaWiki and currently exploring caching strategies to improve the performance of my wiki setup. Specifically, I have a scenario where MediaWiki is deployed in Kubernetes with multiple replicas running simultaneously.
I would appreciate any insights or best practices for managing caching in this environment, especially when it comes to the localization (L10N) cache.
I have a few specific questions:
1. Apart from upgrades and extension changes, are there any other scenarios where the localization cache changes?
2. Is it possible for multiple MediaWiki instances (with the same codebase) to share a common L10N cache?
3. What are the recommended strategies for handling caching in a multiple replica setup?
Thank you in advance for your help!