#performance
Read more stories on Hashnode
Articles with this tag
Optimizing Your Angular App with Lazy Loading and Preload Routing Strategies · When we build an Angular application with multiple modules in a large app,...
Caching Data for Faster Load Times · When we build an app, some data like the menu and options don't change with frequency. The best approach is to cache...
Optimizing Your Angular App with Data Prefetching and Resolvers · When we go to a party, I love to have all beers ready to drink and take one, but...
How to calculate how much time take your code · Sometimes, we want to know how is the performance or time spent in some function or process can be solved...