Hi All,
I have a grid(using record data) that its making my interface take about 10-15 seconds to load- it has 32 columns and the data is very big.
Any suggestions to improve performance ?
thanks in advance
Discussion posts and replies are publicly visible
Are you using a view ?( I guess no)
Are you using Pagination effectively to restrict the rows of data being fetched?
Do you need to show all the columns on main grid?
is it a sync record ?
No view,
I'm using record data as my data component. and Yes to the other questions.