-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Feature request] Cache results #39
Comments
Yeah, I'm aware. The Unfortunately, I'm not entirely sure how to approach this problem given that the tool is ran as a stateless static website (because that is provided for free by GitHub). |
Could the results be cached in the local browser cache? |
Essentially, yes. The main use-case I can see this being useful for is when the search ends up being interrupted, and one has to refresh the page to start again: if all calls were cached, it would almost immediately restart from where it left off. |
It would be great if there was a way to cache the results since they take a long time to generate and require a lot of API calls.
The text was updated successfully, but these errors were encountered: