Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance improvements for large log entries #68

Open
2 tasks
tj opened this issue Mar 18, 2021 · 3 comments
Open
2 tasks

Performance improvements for large log entries #68

tj opened this issue Mar 18, 2021 · 3 comments
Labels
Accepted Accepted feature or improvement Product: Logs Issues for Apex Logs

Comments

@tj
Copy link
Member

tj commented Mar 18, 2021

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

@tj tj added Product: Logs Issues for Apex Logs Accepted Accepted feature or improvement labels Mar 18, 2021
@AndyOsei
Copy link

what about providing a means to lazy load fields so the user can expand and view them on-demand..?

@tj
Copy link
Member Author

tj commented Mar 22, 2021

Yeah I like that, just a ellipsis or something you click sounds decent to me!

I think it mightttt need some kind of way to select which fields are always visible, it could get annoying constantly expanding if you need one which is truncated.

It'd also maybe be nice to always include the fields in the query, should be easy enough to grab those.

@AndyOsei
Copy link

I agree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accepted Accepted feature or improvement Product: Logs Issues for Apex Logs
Projects
None yet
Development

No branches or pull requests

2 participants