Why it is taking huge lag to load a page?

0
Hi All, Good Morning. In my application, I am opening page B with link from page A. Page B contains Data grid and it is filling with the list of records returned from a microflow. It is working fine. But, when I replaced Data grid with List View, It is taking huge lag to open the page. And it is not even opnening the page finally.    The page looks like as above. Please let me know why it is happening. Please let me how can I resolve this issue?   Thanks, Venkat.
asked
2 answers
0

Sometimes a filter dropdown with 10K+ options

or having the listview showing all records instead of top 20.

 

A way to solve this kind of problem is opening the browser console (F12) use chrome or firefox. Watch the network activity tab al investigate the long running action.

answered
0

If it does not open at all, this effect occurs when there is a security issue: you are displaying an attribute to which the current user has no read rights. As Chris mentioned, you can see the error in the browser console.

answered