1. How can you measure performance in a Node.js app?
You can measure performance using tools like `clinic.js`, Node’s `--prof` flag, or APM tools (Datadog, New Relic). Benchmark code using console.time() or the Performance API to detect slow functions.