Skip to content

How to do performance debugging? #698

Answered by ArthurSonzogni
mavam asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like it spent time trying to determine the size of string.
Could you check if #691 fixed the issue?

Then I would try to limit the amount of lines rendered inside the table. Most of it won't be shown, so there are no need to do the layout for 10k elements.
I see you took a slice, so that's probably what you are already doing.

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@ArthurSonzogni
Comment options

@mavam
Comment options

@ArthurSonzogni
Comment options

@ArthurSonzogni
Comment options

@mavam
Comment options

Answer selected by mavam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants