Links
- https://www.nearform.com/insights/the-secrets-behind-high-performance-with-node-js/
- https://nodejs.org/en/learn/getting-started/profiling/
- https://nodejs.org/en/learn/diagnostics/flame-graphs
- https://nodejs.org/en/learn/diagnostics/poor-performance/using-linux-perf
Adding profiling to node
Add the following line to settings.template.json
:
"languageWorkers__node__arguments": "--prof"