-
Notifications
You must be signed in to change notification settings - Fork 12k
In Angular 8, rebuild time increased 5 times #14746
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
Comments
Fixed on master and will be in the next patch release. Dupe of #14719 |
I have the same problem with Angular 8. I hope the fixed version will be out soon. |
@micobarac Fix is already in |
Let's wait to cli 8.0.4 then, I notice some improvement, but not enough: #14604 (comment) |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes. Fast edit-refresh cycle is important for efficient development and good developer experience. These numbers are on an i7 8700k, 4.70 GHz, 6 cores. On an i5 laptop, this is much worse.
Description
I am launching
ng serve
, wait for the first build, then simply add a character to a component html and wait for its rebuild.Angular 7 with node 10 numbers:
Except for the first rebuild, the avg is 646 ms.
Then I upgrade to angular 8 by following https://update.angular.io/#7.0:8.0
Angular 8 with node 12 numbers:
Except for the first rebuild, the avg is 3387 ms.
If I skip the node upgrade, angular 8 with node 10 numbers:
Except for the first rebuild, the avg is 2867 ms.
🌍 Your Environment
Anything else relevant?
Sass: yes, fibers is installed
Operating system: windows 10
The text was updated successfully, but these errors were encountered: