debugInfoEnabled(false) for performance improvement

According to the angular docs setting $compileProvider.debugInfoEnabled(false) gives a significant performance improvement but I can’t see this set anywhere in the Ionic 1.x library. Are there any unwanted side effects from this setting?

https://code.angularjs.org/1.5.5/docs/guide/production

1 Like

I’m curious myself, have you found anything?

I did find this: http://stackoverflow.com/questions/34148116/angular-disable-debuginfoenabled

I disabled debug info and haven’t had any issues so far, also haven’t really seen significant performance improvements.