-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ng serve update very slow #636
Comments
@neilhem Is it on Windows? |
Mac OS X 10.11.4 |
After updating angular-cli to version 0.1.0 compilation runs fast, but app loading time in browser increased significantly |
We removed the SWManifest for two reasons;
As for the live reloading, that is because we now pull all the files as dependencies using SystemJS. We know about this and it will be greatly improved really soon. |
CLI Compilation is really slow. It completely freezes my computer. Here are the details about my environment: |
|
I tried to add bootstrap-material-design module to my project. Seeing as the vendor is the culprit, I'm sure I did something wrong, but should it show an error, instead of hanging this long? |
I'm also experiencing the same issues, this time on a Windows machine:
|
I hope with Webpack compilation and app load time will increase significantly |
I'm experiencing this issue. App compilation brings my mac to a complete halt. In firefox, I can watch the .js files load slowly one by one. |
I am also facing this issue in Windows 7 OS. When I tried do |
The webpack branch fixes this. See https://github.com/angular/angular-cli#webpack-preview-release-update for instructions on how to update. |
I'm using the webpack version, but it's still super slow on updating. |
@smrtsmrf hi, show us datas, screenshots, version of cli you are using. Otherwise we will not help you and find out what causes slow update. |
web pack version 8 is so slow it is unusable on a mac it was good before you moved assets from public to assets folder. when this be fixed!? |
@smrtsmrf @stellasoft-will see #1980 for your problem. |
Extremly slow on windows, how can one develop in this way:
|
@albanx without angular-cli versoin your using there is no way to find out what is the problem |
@neilhem right but this problem persist in all versions. My version is:
The dev experience is extremely poor if it takes more than 10 seconds to see every code change...!! I think this should be the priority number one issue |
I wonder why this is closed. Personally I think that everything above 2 seconds compile time is too much. Preferably it should be even less (ideally less then 1 second). I'm using the latest version of angular-cli (1.0.0-beta.19-3). It takes about 5 seconds to recompile for a fresh build on a relatively fast machine with a SSD. This probably will be much more once you build a real application. |
@johannesjo the main thread for rebuilds being slow is in #1980. This one is an old thread related to the old build system. |
@filipesilva thank you for linking the issue another time. |
Experimented with https://github.com/AngularClass/angular2-webpack-starter.
|
I dont know why this issue is closed. The build process is decreasing angular development a lot.. in my company we are like 6 developers who most of the time wait on the compiler all day long |
live reloading is still slow for me is there is any fix for that? |
@denkomanceski said:
Because this issue was created before we were even using Webpack. I'm locking this conversation because there are already other tracking issues for the re-build time, and this just adds to the noise. |
After updating to the latest version of angular-cli compilation time is very slow
What will be the reason?
The text was updated successfully, but these errors were encountered: