Might be hard to reproduce if we need to have 1000 notes. And its also difficult to figure it out without more informations.
I don't think there is a real short-term workaround, If the issue is from the notebook list, then using bind-once on that list could maybe have an impact. Otherwise things will get better as the code get cleaned up. On Sun, Oct 2, 2016 at 6:58 AM, DuyHai Doan <doanduy...@gmail.com> wrote: > The digest function is an Angular stuff and is a well known perf issue > related to the way how Angular detects changes in UI components. > > This perf issue should be fixed with Angular2, which is using native > functions for change detection: http://blog.thoughtram.io/angular/2016/02/ > 22/angular-2-change-detection-explained.html > > On Fri, Sep 30, 2016 at 9:45 PM, Prasad Wagle <prasadwa...@gmail.com> > wrote: > >> Hi, >> >> I just created ZEPPELIN-1513 >> <https://issues.apache.org/jira/browse/ZEPPELIN-1513> - Paragraph text >> editor is very slow when number of notes is large (> 1000). The screenshot >> attached to the Jira issue with profiler information indicates that the >> problem is with the digest function. How do we fix this problem and is >> there a short-term workaround? >> >> Thanks, >> Prasad >> > >