interface icon indicating copy to clipboard operation
interface copied to clipboard

Polygon Pool Page Slow

Open Rachel-Eichenberger opened this issue 3 years ago • 1 comments

Bug Description The Polygon Pool page specifically has been having a lot of users complaining of lagging and even freezing up My Common response has been due to polygon traffic and network speed (as we've seen many poly network issues)

however I was looking at the logs and the pool page on polygon has a heavily looped batched calls the primary of these calls is to function 0x2f80bb1d "quoteExactOutput(bytes,uint256)" and in quite a heavy loop check at each block change

either way I wanted to make sure you're aware of the lagging, and confirm the reason thanks

Steps to Reproduce

  1. Go to ...
  2. Click on check logs ...

Additional Context most mine are failing due to lack of tokens/matic image image token list error not sure it matters here but it looked like ours image

Rachel-Eichenberger avatar Apr 12 '22 22:04 Rachel-Eichenberger

I think this is linked to: https://github.com/Uniswap/interface/issues/3706

Definitely nothing to do with the speed of the polygon network. I think there is an infinite loop somewhere in the frontend code. I will try and investigate it

brunocrosier avatar Apr 13 '22 12:04 brunocrosier