Implement caching layer for runtimeconfig
package
#14586
Labels
multi-org
temporary label for multiple organizations related work
need-backend
Issues that need backend work
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 makeruntimeconfig
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.The text was updated successfully, but these errors were encountered: