- Notifications
You must be signed in to change notification settings - Fork907
Open
Description
Theruntimeconfig
package does a db query for each config value read.
A caching layer should be implemented with apubsub
notify on updated values. This would makeruntimeconfig
essentially an in memory lookup, and allow using it's fetches in hot paths.
Things likeGetLogoURL
are queried on every page load. This is a mostly static value that could be cached.