Right now, all events are loaded immediately which is pretty inefficient and taxing on the system. A new system should be implemented such that we load a fixed number of events at a time and only do so when the user scrolls to the bottom of the page.
Right now, all events are loaded immediately which is pretty inefficient and taxing on the system. A new system should be implemented such that we load a fixed number of events at a time and only do so when the user scrolls to the bottom of the page.
A couple of pages can be found to implement such a feature: http://www.meteorpedia.com/read/Infinite_Scrolling https://gentlenode.com/journal/meteor-21-pagination-system-with-infinite-scroll/43
Of course there could be packages which could do this too which I have not found yet.