Upon using Angular 5.2.2 version, I noticed that when a new user accesses my live application for the first time, it experiences significant delays in loading. This delay is mainly caused by the large size of main.bundle.js file, resulting in longer loading times than usual.
Despite trying optimizations such as "ng build --prod" and implementing lazy loading on certain components, the issue persists. Additionally, removing redundant components and assets from the application has not yielded any improvements.
If anyone has suggestions or solutions to help improve the loading time of my application, I would greatly appreciate it.