#performance
Read more stories on Hashnode
Articles with this tag
Improve Angular app load times with ngOptimizedImage Directive for large images · As developers, we create different types of applications. Sometimes, we...
Using @defer to optimize and reduce bundle easy · The Performance, this is one most important topics when we build applications, now days we work with...
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...