Skip to content
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

Closed
auoiuiouio opened this issue Jan 12, 2016 · 4 comments
Closed

Long list which dynamic updates make UI unusable. #12806

auoiuiouio opened this issue Jan 12, 2016 · 4 comments

Comments

@auoiuiouio
Copy link

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.

@scottmessinger
Copy link

@auoiuiouio There are a few options like using {{unbound}} or generating the HTML directly from an Ember view. The Ember discourse forum has some useful discussions. The best idea is to upgrade to Ember 1.11 where these performance issues have been improved rather dramatically. Soon, Ember 2.x will offer even better performance than 1.11. For more information on the state of Ember performance, check out this issue: #11502

@auoiuiouio
Copy link
Author

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.

@stefanpenner
Copy link
Member

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.

@auoiuiouio
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants