Debug slow startup times with Nx and NX_PERF_LOGGING
Juri Strumpflohner
Published
In this video, we dive into how Nx offloads much of the heavy lifting to the Nx Daemon to speed up task execution. However, you might still experience slowdowns, especially when invoking tasks through Nx, which is more common when you’re working with a large number of Nx plugins from the core team or the community.
We’ll show you how to investigate and optimize these slowdowns using the NX_PERF_LOGGING environment variable. With performance logging enabled, you can get detailed insights and precise timings to pinpoint where delays are happening.
Watch to learn how to analyze task performance in Nx and use the logs to optimize your monorepo workflows!