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

Improve caching strategy #20

Open
mkozjak opened this issue Jun 19, 2024 · 0 comments
Open

Improve caching strategy #20

mkozjak opened this issue Jun 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mkozjak
Copy link
Owner

mkozjak commented Jun 19, 2024

Right now we set a fixed date in future when a cached entry expires. We also only check cache on app startup which makes a net i/o bottleneck on poor internet connection.
I just spent 5 mins to get the app to run due to poor connection with pool bluesound response times, since it throttles multiple requests (there's a 5 second delay between adjacent requests).

mkozjak added a commit that referenced this issue Jun 20, 2024
@mkozjak mkozjak self-assigned this Jul 5, 2024
@mkozjak mkozjak added the enhancement New feature or request label Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant