omni / bridge-ui

UI for TokenBridge, an interoperability solution between Ethereum networks for native and ERC tokens
https://bridge.poa.net/
41 stars 51 forks source link

Reduce amount of calls to infura #125

Closed rstormsf closed 6 years ago

rstormsf commented 6 years ago

There are so many HTTP requests are being generated. that has to be reduced image

rstormsf commented 6 years ago

2018-07-05 23 51 10

rstormsf commented 6 years ago

as far as I can see there are only 3 intervals:

  1. check events- home,
  2. check events - foreign
  3. check balances

should we reduce them?

rstormsf commented 6 years ago

still there too many requests are happening