PatrickJS / PatrickJS-starter

MFE Starter
MIT License
10.33k stars 4.89k forks source link

Performance problem in the dev mode with zone-js and long-stack-trace-zone #1654

Closed mircowidmer closed 7 years ago

mircowidmer commented 7 years ago

Loading a basic component takes more than 4 seconds in the dev mode compared to basically loading instantly in the production mode. overview

I suspect these errors to be responsible for the performance hit, but don't know where they originate from (I don't see any errors in the console). zoneawareerror

mircowidmer commented 7 years ago

https://github.com/angular/zone.js/issues/691 seems to be related.

dniadzelka commented 7 years ago

I have the same issue, but in prod mode all is fine