o Adding pagination to events to limit the number of events loaded at once.
Currently, loading the full list of events puts a significant load on the page.
The Events view becomes very slow, and in many cases it takes several minutes before the events finish loading.
Pagination (or lazy loading / load more) is needed to reduce the amount of data rendered at once and to improve usability.
1
vote