Juri Strumpflohner
Juri Strumpflohner Juri is a full stack developer and tech lead with a special passion for the web and frontend development. He creates online videos for Egghead.io, writes articles on his blog and for tech magazines, speaks at conferences and holds training workshops. Juri is also a recognized Google Developer Expert in Web Technologies

Ultimate AngularJS and Ionic performance cheat sheet

1 min read

Interesting article that lists many performance tips and tricks for Angular v1.x.

  • $watch
  • one-time binding
  • track by
  • use $log instead of console.log
  • disable debug diagnostics -> $compileProvider.debugInfoEnabled(false)
  • loops (it depends how you write it…yep…)

Questions? Thoughts? Hit me up on Twitter
comments powered by Disqus