Hi Neha, Please check the size of the dist folder and at the time of loading check the size of vendor-es2015xxx.js, 6-es2015xxxx.js files. If the file size is big use this command for build *npm run env -s && ng build --prod --aot --vendor-chunk --common-chunk --delete-output-path --buildOptimizer*
Regards, Shashwat On Wednesday, February 3, 2021 at 7:49:18 PM UTC+5:30 [email protected] wrote: > Hi There, > > I need help to improve the performance of an angular application. It is > taking Long time to load initially. We have already Optimized API's. > Considering to minimize Js. I will appreciate if someone helps to look at > other factors to improve performance. > > Thank you > Neha > -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/angular/a810adad-c6c1-405b-abe3-86e92188c5dbn%40googlegroups.com.
