Skip to content

Component Loading Taking Too Much Time? #16687

Description

@stockarea

When a user clicks the View button on a lead record, the modal takes approximately 14 seconds to open and display data.

Our investigation shows that this does not appear to be a database or API issue:

The API request to /api/data-queries/{id}/run?mode=view completes in approximately 800ms
Response payload size is only 1.5kB
The same SQL queries execute directly in MySQL in less than 20ms
Server-side pagination is enabled with 20 rows per page
Total dataset size is approximately 2,944 records
Based on the Network tab, the data is returned quickly, but there is a significant delay before the modal is rendered on screen.

We have attached:

Screen recording showing the delay : Link
Json of the app
Could you please help us investigate the cause of this rendering delay? This issue is significantly impacting the usability of the application.

Thank you for your support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions