osmosis-frontend icon indicating copy to clipboard operation
osmosis-frontend copied to clipboard

Asset selector will not load until long queries complete

Open ValarDragon opened this issue 1 year ago • 1 comments

The asset selector icon on the Swap page will not load until this query completes https://app.osmosis.zone/api/edge-trpc-assets/assets.getUserAssets.

Theres two problems:

  • That query takes insanely long in non-EU timexone (1.35s in very good internet in korea)
  • We should not be blocked on this query for the asset selector. Its preferrable to have the icon load first, and then have clicking it have a delay. This at least makes the UI feel stable faster, and pipelines the latency for a user click on the selector.

ValarDragon avatar Apr 09 '24 06:04 ValarDragon

@jonator @JoseRFelix @DavideSegullo I think this is no longer an issue right?

MaxMillington avatar Jun 18 '24 19:06 MaxMillington

Yes, overall we have all services multi region now

jonator avatar Oct 08 '24 03:10 jonator