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

Trust Bonus Fetch Performance Issues #598

Open
apbendi opened this issue Dec 17, 2021 · 0 comments
Open

Trust Bonus Fetch Performance Issues #598

apbendi opened this issue Dec 17, 2021 · 0 comments
Assignees
Labels
app Frontend issues bug Something isn't working
Projects

Comments

@apbendi
Copy link
Collaborator

apbendi commented Dec 17, 2021

Fetching the trust bonus score from Gitcoin seems to be taking an extremely long time, upwards of 30 seconds:

Screen Shot 2021-12-17 at 3 45 07 PM

In addition to the slow performance here, it seems we block on this network call and do not begin loading the IPFS content until after it completes. This is what's resulting in apparent slow load times for this content, such as reported in #591.

In addition to getting help from cgrants folks to fix the trust bonus endpoint's performance, we should fix the frontend to avoid blocking content loading on this call.

@apbendi apbendi added bug Something isn't working app Frontend issues labels Dec 17, 2021
@phutchins phutchins added this to Backlog in dGrants Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app Frontend issues bug Something isn't working
Projects
dGrants
Backlog
Development

No branches or pull requests

2 participants