You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think migration to SQS pools query, which includes a list of pool IDs as input, greatly improves response time since we no longer have to filter over all pools
The getUserPools query takes >5s on my laptop.
This seems attributable to this function doing way too much and having a sub-optimal caching + server side vs client side strategy.
osmosis-frontend/packages/server/src/queries/complex/pools/user.ts
Lines 31 to 146 in 4b0eab7
We can get each of the pool types independently. Furthermore some of this data already is known locally, e.g.
queryAccountPositions
The text was updated successfully, but these errors were encountered: