Open
Description
The runtimeconfig
package does a db query for each config value read.
A caching layer should be implemented with a pubsub
notify on updated values. This would make runtimeconfig
essentially an in memory lookup, and allow using it's fetches in hot paths.
Things like GetLogoURL
are queried on every page load. This is a mostly static value that could be cached.