Improving user interface performance

Certified Senior Developer

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

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Maria

    OK. Then I suggest to reduce the grid to a single row without any kind of additional logic or query in the column value. If the grid still takes that long, the problem is the query. You will then have to analyze that.

    BTW, I assume that you have reasonable paging in place and do not try to load hundreds or thousands of rows into the grid.

Children
No Data