level=WARNING channel=memcached message= Duplicate get(): "enwiki:specialversion-ext-version-text:/srv/mediawiki/php-1.31.0-wmf.17/extensions/CentralAuth/includes/../CentralAuth.php:d8c8c316b30f6ad6a9b18abd8792818ea78fbc7b" fetched 4 times
This might be related to CentralAuth registering 5 entries in the extension registry:
- CentralAuth
- GlobalRenameQueue
- GlobalRenameRequest
- Renameuser for CentralAuth
- AntiSpoof for CentralAuth
Might be something we can avoid internally. Either by blindly process-caching (not preferred) or by deduplicating these entries internally for the purposes of SpecialVersion/GitInfo, so that when it goes about its batch to get this information, it only asks for it once and uses it four times. This is essentially process-caching, but within the application domain, instead of generically within WANObject/BagOStuff, and means that can be freed much sooner, as well.