Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Config tree is still slow
    • When comparing M5's config tree with a Vaadin prototype using the same JCR containers, there is still quite a big latency in the config tree when expanding a node.
      • Try without config app's inplace editing (uses a field factory) => no significant improvement
      • Try without MagnoliaTable / TreeTable => no significant improvement
      • Try without cell style generator => no significant improvement
    • The Also the tree seems to repaint (scrollbar flickers a bit) several times more than in the prototype (scrollbar might blink once at all).
      • Investigate whether MagnoliaTable/TreeTable does explicit repaint, refreshes row cache, or forces layout again.

...