DEV Community

Discussion on: Improving Angular initial load time

Collapse
 
abdurrkhalid333 profile image
Abdur Rehman Khalid

This is a good article to keep a check on some initial things but again if the application is big then it takes sometime even if the info is cached or the lazy loading has been used. So, the important thing here is to understand which architecture is important to be used.

Collapse
 
cristianflorincalina profile image
Cristian-Florin Calina

Of course, those are just some general solutions to improve the load time initially. You need to dive deep into your application in order to understand what makes it slow.