Heading image

Debugging JavaScript Performance with NDB

Dennis O'Keeffe
JavaScript in Plain English
4 min readFeb 12, 2021

--

ndb describes itself as “an improved debugging experience for Node.js, enabled by Chrome DevTools”.

It enables some of the best features of Chrome DevTools to become an ally when debugging Nodejs applications.

In a previous blog post, we went through debugging through VSCode. In this post, I will show how the profiler from ndb can help you identify and address…

--

--