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

Competitions caching query should be used or discarded #2019

Open
dkent600 opened this issue Jul 29, 2020 · 1 comment
Open

Competitions caching query should be used or discarded #2019

dkent600 opened this issue Jul 29, 2020 · 1 comment
Assignees

Comments

@dkent600
Copy link
Contributor

@jellegerbrandy This one is for you.

Regarding this code:

You commented out the execution of the caching query, replacing it with a console.log statement, and never restored the query. We need to know the status: Is this caching query needed? At one time we thought it was. Can it work?

Thanks!

@jellegerbrandy
Copy link
Contributor

can it work?

So of course I do not remember the details. But the idea her was that the app would seem faster if you "prime" the cache (meaning download the data not last minute, but in an early stage of loading the app. That is what that code is meant to do. IF that is true, then this code is not necessarily needed, but if it does what it promises, it would make the application loading somewhat faster.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants