-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Long list which dynamic updates make UI unusable. #12806
Comments
@auoiuiouio There are a few options like using |
Using {{unbound}} will not update my list and upgrading ember we do not want to do at this point. I want my map to update but at the same time UI should not show poor performance. I even tried with ember list-view. But it didn't help much. |
Ember 1.0.1 is no longer supported. It is unlikely any changes or fixes will land their. If you are interest in improved performance, our 2.x series rendering engine handle the rapid update case quite well. |
Thank you for quick response. No fixes no changes expecting for Ember 1.0.1. I just wanted to know if you have any solution to handle this kind of issues other than upgrading ember. Please let me know if any. |
Hi,
I am using ember 1.0.1 in my project. I have a page which has nearly more then 200 list item. This list contains a small map which gets updated for every few seconds (without refreshing the page). We are using socket.io to do the updates. When the new date arrives the map gets updated but when this updation takes place the UI is not really usable. I am not able to scroll, there are few select box on page which I am not able to use. Its like UI is friezed. Please provide some solution for this issue.
The text was updated successfully, but these errors were encountered: