Skip to main content
July 6, 2023
Question

Slow Performance UI

  • July 6, 2023
  • 24 replies
  • 0 views

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.

    24 replies

    stefanhelzle0001
    Brainy
    July 6, 2023

    What exactly do you mean with "slowness"? What error do you see?

    Did you check the performance tab in the UI designer?

    July 6, 2023

    Thanks Stefan!

    It takes 10-40 seconds to load the page.Error is record type is available or timeout memory limit.

    I have checked the performance tab the 99% time taken by a!grid field.In that 66% by data query and filters.

    stefanhelzle0001
    Brainy
    July 6, 2023

    Then your data query is slow. You need to fix that.

    mathieud0001
    July 6, 2023

    Are you by any chance doing some kind of secondary query to another record type or API in one of the columns?

    July 6, 2023

    Yes multiple such instances as we have multiple relationships with other record types.

    Data need to be filtered on basis of these relationships like checking out different fields from different record types.

    mathieud0001
    July 6, 2023

    Are you filtering that with the related record types on the original query or do you have separate queries for that?

    i.e. for the each of the rows in the grid, you make an individual query to another Record or API to get some info