We are facing slowness sometimes timeout error with UI. On Ui we are displaying 10 columns and one with record action icons also.
Data type is record type and layout is read only gridlayout.Using logical expression to filter data and user filters.The record is queried at many places in application.
Please suggest what can be possible issues because we are facing it frequently.
Discussion posts and replies are publicly visible
Thank you Stefan and Mathieu!
i have issues in application that do a massive use of views, are there causes of slow performances? Are there some kind of best practices to substitute a view with a well shaped record?
Database views are known for their potential performance issues. Whether you can substitute DB views with synced records, custom record fields and record queries really depends on your specific use case.
Create database index(es) to improve the performance of queries