Slow Loading of List View

0
I have a page where i'm using a listview to populate and display data from a entity via association. whenever i have less number of records like below 30-40 records to be loaded into a listview my page opens up instantly without any lag, but if the number of records exceeds more than 100 records my page takes a lot of time to open. Is there any way to improve the data loading capacity of the listview, so it can handle more number of data at a time. i'm using a editable listview for my project purpose.
asked
1 answers
0

Checkout this documentation: https://docs.mendix.com/howto/monitoring-troubleshooting/detect-and-resolve-performance-issues#1-introduction

It is hard to give you good advise wihtout analyzing your domain model and page.

Regards,

Ronald

 

answered