Polygon Pool Page Slow
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
- Go to ...
- Click on check logs ...
Additional Context
most mine are failing due to lack of tokens/matic
token list error not sure it matters here but it looked like ours

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