-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display list very slow #240
Comments
This is a common issue, try enabling LazyLoading via:
Related to #59 |
Thanks, I have tried it but when I want to do a filter, the values not already available are not founded. |
Is there a solution with the new "count" result announced last week at the Firebase Submit ? |
I experienced the same problem with slow lists and I can't yet enable lazyLoading because of the problems with filters too. I used a permanent filter as a workaround. I added this to the List component:
|
Thanks for your answer. |
Yes, orderDate is like a CreateAt. The whole List component looks like this:
Hope it helps. |
Ok thanks. But with this filter, I have no result.... |
I have a list with about 20k lines. To display this list, this take a very long time.
Is there a solution to resolve this inconvenient ? Thanks
The text was updated successfully, but these errors were encountered: