Hi Olivier,
Not sure if it will work out for you, but you may consider to only show days of the month with its prestations per day for a selected employee, instead of all employees. You can put a list view showing all employees on the page, and add another listview with days of the month and prestations. You could make this listen to the employees listview, and make it conditionally visible based on the fact if an employee is selected.
Not sure if you would want this, but loading data over one selected employee might be faster then everytime loading all prestations of all days of the month for every employee.
Hi Olivier,
You might also want to look into upgrading to 7.21 because of some important refactoring on datafetching of listviews. In the release notes Mendix they state:
”Microflow & Association Source Improvements
With this release, we have optimized the data-fetching performance of list views and template grids using a microflow or association source. From now on, if a list view or template grid contains a widget that gets its data over an association (for example, a data view or text box), that associated data will be fetched within the same network request as the main widget’s data.”