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
The API currently uses an in-memory cache for a specific endpoint/response (consensus blocks), while no caching is applied to other cases. This somewhat arbitrary choice seems to stem from historical decisions without clear/any justification.
We should review the most common queries and responses and implement a more consistent and general caching strategy that better serves the overall API performance.
The text was updated successfully, but these errors were encountered:
The API currently uses an in-memory cache for a specific endpoint/response (consensus blocks), while no caching is applied to other cases. This somewhat arbitrary choice seems to stem from historical decisions without clear/any justification.
We should review the most common queries and responses and implement a more consistent and general caching strategy that better serves the overall API performance.
The text was updated successfully, but these errors were encountered: