Meteor Performance Issue when sorting client side -
i quite new on meteor (3 weeks) have precise issue when need load data collection. collection contains 2800 objects (small posts)
on client side, limit @ 25 first posts
but if want sort (on createdat date field), try 2 solutions:
sort on client side: big mistake chrome blocked => performance issue
- sort on server side: it's better because don't have performance issue anymore datas not reactive anymore: have form on same page , when add new post, doesn't appear in list (it appears if refresh manually)
so i'm looking solution improve performance when sorting on client side or 1 solve reactivity whithout sorting
i'm using iron-router
i tried subscribe @ different place without success.
i read lot meteor here without finding me
many help
Comments
Post a Comment