UNPKG

262 BMarkdownView Raw
1- There may be long-running asynchronous activities
2- This can mean that the bottleneck is not the Node process at all, but rather an I/O operation
3- Diagnose: Use `clinic bubbleprof` to explore asynchronous delays – run `clinic bubbleprof -h` to get started.