Skip to content

Speeding up AngularJS apps with simple optimizations

Updated: at 02:54 PM

What you should know when encountering performance problems in AngularJS

From the article: “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.”

Some highlights:

Read more from the source: Binpress