Performance issues when running npm start in my Angular project #33000
Unanswered
ArielGueta
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I’m experiencing significant performance issues when running my Angular app using npm start. The startup process (which launches the development server with ng serve) has become noticeably slow — it takes much longer than expected to compile or reload.
I’m looking for ways to debug and identify what’s causing the slowdown.
What I’d like to know:
How to profile or trace what happens during ng serve
How to detect slow TypeScript compilation or file watching issues
How to identify large dependencies or misconfigured build options
Any advice, tools, or debugging techniques to improve Angular dev server performance would be greatly appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions