UNPKG

@nearform/doctor

Version:
4 lines (3 loc) 289 B
- There may be long-running asynchronous activities - This can mean that the bottleneck is not the Node process at all, but rather an I/O operation - Diagnose: Use `clinic bubbleprof` to explore asynchronous delays – run <code class='snippet'>clinic bubbleprof -h</code> to get started.