How to control list refresh when multiple users modify data

Hi,
I was wondering that if multiple users open the list view and modify data, then the list gets refreshed many times.
For each list update, one database query is run to show data to the list, and thus as users increase, the server has to run query many times.
I wanted to ask that if it is possible to limit or control the amount of refreshes, because loading lots of data multiple time is really making the ERPnext list hang and make the page unresponsive. The data modified by each user is disjoint, so there is not much a problem in synchronization.

Regards,
Durbar Dasgupta

@makarand_b
Can you reply?

@durbar,

Currently, we can not configure listview for such purpose. If page is unresponsive can you please check the browser’s console log for error ?