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

2.0 : too many calls to infura #26

Open
orenyodfat opened this issue Jul 18, 2020 · 3 comments
Open

2.0 : too many calls to infura #26

orenyodfat opened this issue Jul 18, 2020 · 3 comments
Assignees

Comments

@orenyodfat
Copy link
Contributor

open browser console - network at
https://alchemy-2-kovan.herokuapp.com/dao/0x790e3ed4b75b357f882cb595b2d233da799a1207/proposal/0x11635762f140cb123d89734b4beda4ae2f930ba28a23309776f6fb7e524b296a

filter with 7d0d81d0919f4f05b9ab6634be01ee73
see unexplained many calls.

@roienatan
Copy link
Contributor

roienatan commented Jul 19, 2020

Those call are not related to that specific URL, they are called exactly every 60 seconds and probably related to the 60 seconds polling interval of eth balance that we added.

@dkent600
Copy link
Contributor

Side note: 17.2 MB to load that page is pretty huge.

@dkent600
Copy link
Contributor

dkent600 commented Jul 23, 2020

@orenyodfat These requests fall into two main categories:

  1. OPTIONS queries that are sent to satisfy CORS protocol
  2. POSTS where you can see the name of the eth method by looking under Headers => Request Payload

Whether there are "two many calls" will need to be weighed on a method-by-method basis.

@orenyodfat orenyodfat transferred this issue from daostack/alchemy Nov 10, 2020
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

3 participants