Speeding up AngularJS apps with simple optimizations

added by JavaScript Kicks
10/16/2014 10:00:08 AM

114 Views

AngularJS is a huge framework with that already has many performance enhancements built in, but they can’t solve all our problems. No matter how fast the framework, we can all create sluggish code through bad practices and not understanding key concepts that help it perform well. The following performance pointers are some of the things I’ve learned from developing Angular applications that will hopefully enable you to keep building fast applications.


0 comments