The server-side My Meteor application (the node process) uses much more CPU than would be acceptable, and I want to explore it.
Two concurrent clients use node to use 100% CPU. This is probably due to the massive use of observers, but I need to research it before changing the entire application.
So what tool can I use to profile it? How to use it?
source share