UNPKG

@nearform/doctor

Version:
4 lines (3 loc) 262 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 `clinic bubbleprof -h` to get started.