List view data population

0
Hi, I have a scenario where in I’m loading data in a listview thats present in a page. When I’m loading fewer than 30 records in the listview, my page opens up without any hassle, but when i’m loading more than 100 records my screen lags and take a very long to open up a page where the listview is present. Can someone suggest a way to increase the performance of the listview thats present in the page? so it can handle more data and take less time to open up a page Listview datasource is obtained via association and listview is operated in editable mode, so number of records option is also disabled.  Thanks in advance
asked
3 answers
1

Could you add a screenshot of your data model and your list view set up to get a better understanding of your issue?

answered
0

Use a datagrid if possible. If not, maybe you can only retrieve a max of 10(?) records and make them clickable to open an edit page?

answered
0

 

please find the screenshot as asked for listview and DB

 

answered