We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's obviously slow to query event logs from client. We need to cache the events in the backend.
The text was updated successfully, but these errors were encountered:
After a lot consideration, the approach is front-end cache because:
Cons: First visit is slow even though it's way better than before.
So, we need to implement a new endpoint to tell front end if cache needs to be invalidate WeTrustPlatform/staking-dapp#31
We want the invalidate flag to be true when existing causes info are modified.
Sorry, something went wrong.
sihoang
No branches or pull requests
It's obviously slow to query event logs from client. We need to cache the events in the backend.
The text was updated successfully, but these errors were encountered: