0

Can someone explain me how to see impact of turn off debugInfoEnabled ?

I see nothing, no change in console, app isn't faster.

Emmanuel Loisance
  • 706
  • 1
  • 12
  • 22
  • you could get some info here http://stackoverflow.com/questions/28002113/how-compileprovider-debuginfoenabled-set-to-false-improve-performance-in-angula – Pankaj Parkar Sep 03 '15 at 08:56
  • 1
    One of the good read on [this](http://blog.thoughtram.io/angularjs/2014/12/22/exploring-angular-1.3-disabling-debug-info.html) and super [official](https://docs.angularjs.org/guide/production) docs can lets you clearly understand what does that do exactly. – road2victory Sep 03 '15 at 08:59
  • 1
    I have made one [demo](http://embed.plnkr.co/NnipcKch5pCA2eH9rYPc/) for you. You can see that after adding the config the associated in-built directives are not getting added in DOM – road2victory Sep 03 '15 at 09:15
  • Thanks for links, I don't see real diff in profiling when I turn on/off – Emmanuel Loisance Sep 03 '15 at 09:17
  • True, recently I tried this on a large enterprise app. did spot much difference in performance thru CPU profiling or timeline.... – cynx May 15 '16 at 07:02

0 Answers0