I'm currently developing a web app that is built with Meteor angular 2 stack and also using angular2 material for ui.
The problem is initial load time is so slow that it takes 7-8 seconds to fully load with good internet connection speed.
Meteorjs main javascript file is 565 kb. It also contains angular 2 scripts.
I have made some research and saw Ahead of time, three shaking and lazy loading concepts but I couldn't manage to work them with meteor. :(
So I need your help and advices right now.
