I'm using the Angluar CLI starter kit, And I'm having issues with the performance. It's impossible for me to work on my app with Firefox, so I have to work with Chrome (which eats lots of RAM). I was looking on the network traffic console of my chrome, and I saw these details:
387 request | 143 KB transferred | Finish: 5.38 s | DOMContentLoader: 575 ms | Load: 1.34s
This is so sick, I'm not surprised that my Firefox can't barely handle it. And I barely started to develop my App.
So, my questions are:
- Is it normal?
- Will it be like that when I'll set my app to production?
- Is there any solution for this?
This is not a possible dublicate of Angular2 too many file requests on load because I'm using Angular CLI And it's much more different, I don't know even how can I combine Webpack with this framework.