Is there a way to set a priority to more important queries? #7526
Unanswered
eddiechan0101
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I fail to see why firing a query would make the screen stuck? You can render your UI while |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have bunch of apis to fetch.
Some of them affects to the important components rendering (which should be high) , and others are kind of prefetching in background for the next screen or whatever (low).
It's like current screen is stuck because some of high queries are not handled, waiting for low queries are done.
I need to put a priority to render current screen immediately.
Is there any option or workaround to set priority? Something like:
Beta Was this translation helpful? Give feedback.
All reactions