Skip to content

Performance improvements for large log entries #68

@tj

Description

@tj

Two customers have mentioned now that the listing becomes unresponsive for them due to a large number or deeply nested fields. This might need some profiling but the first two solutions which come to mind for me are:

  • virtual scrolling so only the on-screen logs are in the DOM
  • truncate the fields, currently they're all displayed

Ideal truncation is a bit subjective, if you omit important fields it could be annoying but I'm not sure there's away around it, the DOM can only do so much :D

Metadata

Metadata

Assignees

No one assigned

    Labels

    AcceptedAccepted feature or improvementProduct: LogsIssues for Apex Logs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions