Currently, after adding a column on the "All customers" table, users have to wait over 1 minute to get the "views" dropdown to render. For that time, the system is unresponsive and end-users try to refresh the page believing the page just crashed. Giving the users a possibility of quickly changing the views without forcing them to wait for the query to execute, would allow them to better use the system.
Steps to repro:
- Open all customers page
- Add a column
- Press on the arrow to manage the “views”
Previous SR: 2107230060002764
PG said: "We can confirm it has to do with the personalization modifying the query to maintain position when it refreshes the data grid. The queries generated tend to perform poorly due to the need to retain position while applying the personalization. This is due in part to form (and therefore query) complexity, as we must generate a query retaining the exact position of the form taking into account all fields and data sources."
