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
so even after removing those columns in the meantime - the page takes about 8-10 seconds to load.
Did you try to check the "Query Performance" tab in the designer's monitoring section?
You mean the tab in the same interface? like from where I send the previous images?
https://docs.appian.com/suite/help/24.3/monitoring_view.html#query-performance
I'm in 23.2 , dont have that feature.
Do rich text components cause slowness in the grid? I'm using some tag fields
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.
Would you mind sharing the code?
hi ,Maria could you please share your code? if that doesn't contain sensitive data? that might give a better understanding, of what the grid consists of.
Yes at times. Try changing the tagfield and other richtext components to a normal text to see if there is any change in the loading time.