registryForScheme
: Use a cache for initialized registries
#42
Milestone
registryForScheme
: Use a cache for initialized registries
#42
If two schemes use the same API, they should also be assigned the same registry object so that the initialization of that registry (which involved making a request to its
/status
endpoint) is not performed multiple times. See also the implementation in BARTOC (which should be replaced by this): https://github.com/gbv/bartoc.org/blob/main/vue/utils.js_api.schemes
field (this was a recent bug in BARTOC)The text was updated successfully, but these errors were encountered: