1

For my react application, I am using chrome developer tool to record the performance. But I am not able to point out to specific function that is computationally intensive.

Can someone tell me how to find out the specific function/areas in the code that are taking a lot of time?

enter image description here

Leads here is appreciated.

2 Answers 2

1

You may sort by "Self time" rather then Total time. Even on your screen you may notice that grid.js takes 14.6 ms as "Self time" i.e. 140 times bigger compared to majority of the others on the screen.

Sign up to request clarification or add additional context in comments.

Comments

0

Look for extension react developer tool

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.