Skip to content

How would you go about finding where a performance leak is coming from? #172

Answered by DamianOsipiuk
Evertt asked this question in Q&A
Discussion options

You must be logged in to vote

I would suggest looking at a Performance tab in your devtools.
There you can record a session when you play around with your application and then review, which function calls took the most time.
This way you could tell whether library is doing something unexpected, or your code is doing expensive operations very frequently.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Evertt
Comment options

Answer selected by Evertt
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