Page MenuHomePhabricator

LocalIdLookup should use a cache
Open, Needs TriagePublic

Description

LocalIdLookup (the default implementation of the CentralIdLookup service) does a DB query every time it's invoked, and it can be invoked many times per request. It should have an in-process cache at the minumum, and maybe an object / WAN cache too.