DEV Community

Cover image for Performance Debugging using Chrome Dev Tools
bhupendra
bhupendra

Posted on

Performance Debugging using Chrome Dev Tools

Performance Debugging using Chrome Dev Tools

I was exploring different features in chrome dev tools. I tried recording a performance profile but could not understand what the flame chart and other metrics mean. Also, I am not sure of how to solve Memory leak issues using Memory Tab.
I frequently used Sources (Local overrides) and Network tabs. But never got familiar with Performance and Memory Tab and how to read metrics and do performance debugging

Kindly suggest any video/article to understand Performance and Memory tabs in dev tools

Top comments (0)