-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Very slow compilation in beta.11 version #15644
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
I'm also having this problem. I've rolled the versions back one-by-one and it seems that the problem was introduced in 4.0.0-beta.9 |
So 2 things:
|
I've upgraded an existing (private) project, so maybe the problem doens't occur when generating a new project. I've also upgraded ionic-cli and all other dependencies, without any result. |
Still would like a project to inspect and debug. As compilation is still done with the Angular-CLI, I dont think there's anything on our end that is responsible for compilation times, but I would like to test a project. Otherwise, I'll need to close this issue. |
What solved it for me was upgrading to Node 10.10.0 and NPM 6.4.1, along with removing existing node deps and reinstalling. Previously beta 11 was horrendously slow, but after applying above steps rebuild times are quite fast (3-4 seconds), faster than ever in fact. |
This solved it for me too! |
Update to Node 10 is right. Compiling time from 79s to 7s. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Bug Report
Ionic Info
Run
ionic info
from a terminal/cmd prompt and paste the output below.Describe the Bug
It is very slow to compile, with version 7 it went much faster it becomes impossible to debug, as it takes about 30 seconds to refresh.
Steps to Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: