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

Over-abundance of RPC requests upon application entry #1

Open
TABASCOatw opened this issue Jan 4, 2024 · 0 comments
Open

Over-abundance of RPC requests upon application entry #1

TABASCOatw opened this issue Jan 4, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@TABASCOatw
Copy link
Owner

TABASCOatw commented Jan 4, 2024

Description

The Avalanche Auth Core demo is an exclusive demo application planned for upcoming developer-facing activities, although it has one major issue that needs to be fixed: an overabundance of RPC requests upon entering the application.

While this doesn't impact UX directly, it is an unnecessary waste of network I/O and can be fixed to reduce calls down to <5 upon logging with Google, Twitter, etc.

Reproducing Issue

image

Upon logging in, while not immediately apparent, the network tab shows the depth of the problem through a significant volume of RPC requests. Ideally, this screen should have, at most, 5 requests of this nature.

Changes Needed

The underlying issue causing this needs to be identified and solved (as a hint, it's a minor problem causing it); upon solving, the application should be redeployed and tested to ensure the fix properly addresses the issue.

Tasks

  • Identify the source of the problem
  • Fix (refactor if needed) and re-test
@TABASCOatw TABASCOatw added bug Something isn't working good first issue Good for newcomers labels Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant