-
Notifications
You must be signed in to change notification settings - Fork 952
Open
Labels
multi-orgtemporary label for multiple organizations related worktemporary label for multiple organizations related workneed-backendIssues that need backend workIssues that need backend work
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.
Metadata
Metadata
Assignees
Labels
multi-orgtemporary label for multiple organizations related worktemporary label for multiple organizations related workneed-backendIssues that need backend workIssues that need backend work