Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

investigate caching strategy for chart api - see IMemoryCache #21

Open
soca-git opened this issue Nov 3, 2022 · 0 comments
Open

investigate caching strategy for chart api - see IMemoryCache #21

soca-git opened this issue Nov 3, 2022 · 0 comments
Labels
api-framework enhancement New feature or request

Comments

@soca-git
Copy link
Owner

soca-git commented Nov 3, 2022

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

@soca-git soca-git moved this from Todo to In Progress in Stocks Application Nov 3, 2022
@soca-git soca-git moved this from In Progress to Todo in Stocks Application Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api-framework enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant