# Profiling Nodejs App

See this article: https://nodejs.org/en/docs/guides/simple-profiling/ (opens new window). Some notable areas mentioned in the article:

  • Benchmarking HTTP APIs with ApacheBench
  • Comparison of latency between synchronous (blocking) and asynchronous implementations
Tags:
nodejs