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
Calls to the Chart API are expensive and repeat for the same symbol in a given session. We don't really need to update the chart every time, so caching the response for 5-10mins could reduce the cost.
Calls to the Chart API are expensive and repeat for the same symbol in a given session. We don't really need to update the chart every time, so caching the response for 5-10mins could reduce the cost.
https://learn.microsoft.com/en-us/aspnet/core/performance/caching/memory?view=aspnetcore-6.0
The text was updated successfully, but these errors were encountered: