- During the code review of https://gerrit.wikimedia.org/r/c/mediawiki/core/+/1224698, it was raised that retrieving the edit count for each user in a page with lots of them (such as a contributions list) is not efficient.
- We should be able to prefill an in-memory cache with the edit count for each user in a given listing, so that we don't issue a separate query for each
Acceptance criteria
- A method in either the UserLinkRenderer or the UserEditTracker exists to populate a cache of edit counts