Slow rendering when filters 'react' to one another #1912
Unanswered
john-conroy
asked this question in
Q&A
Replies: 1 comment
-
@john-conroy Thanks for bringing up this issue. What I see in the demo is that the time reported from ES in the UI is different from the net network time. What I see is that as soon as the network requests are resolved, the UI updates (perceived update time feels sub second). Can you confirm this? Keep the network tab open to see when the request is actually resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A project I'm working on is considering migrating from searchkit. We've started the process of integrating reactivesearch, but are running into rendering performance issues. We want to replicate searchkit's behavior for filter aggs where each filter has an 'and' relationship to every other sensor component but itself.
We have 12 filters and when updating it takes ~10-50ms to receive the response from elasticsearch, but ~5-10 seconds to render the updated results and filter aggs.
Here's a basic reproducer forked from one of your examples.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions