I have created Angular Application and split the single module into a bunch of smaller feature modules and lazy load them.And removed unnecessary scripts and styles from index.html and load it at component levels. After final deploy files First time loading time is too slow,
i have tried with --prod now the file size is around 3MB is there any other possible to speed up
Below is the screen shot of my build file size enter image description here