You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we fetch all badges on each individual page visit and request. This is wasteful, since badges are immutable and have a clear ttl (time to live).
In order to reduce the load and cost tremendously, some form of frontend caching and cache invalidation on the backend need to be implemented asap.
The text was updated successfully, but these errors were encountered:
At the moment we fetch all badges on each individual page visit and request. This is wasteful, since badges are immutable and have a clear ttl (time to live).
In order to reduce the load and cost tremendously, some form of frontend caching and cache invalidation on the backend need to be implemented asap.
The text was updated successfully, but these errors were encountered: