We use 7.x.x versions since 7.0.2 is out, and we noticed that performance in complex UIs is bad.
Now we are not supporting IE8, but we have similar problems with Table performance in Chrome and Firefox.
I’ve tested Table with many columns in some nested VerticalLayouts and I see that 7.4.4 2x ! slower than 6.8.13.
Test: (30 columns, 60 rows) rendering in 5 hierarchical VerticalLayouts.
How can we increase speed of rendering ? Do you have any plans to fix Table rendering performance ?
Old ticket about IE8 performance:
https://dev.vaadin.com/ticket/12797
I have the impression that with v7 on Firefox the performance hit of enabling Firebug has increased compared to v6.
I don’t know about Chrome, but the analysis tool itself may be influencing the results.
What I said about analysis tools may also be valid for the (different versions of the) debug console and the profiler.
The Javadoc for the Profiler class states “Lightweight profiling tool that can be used to collect profiling data with zero overhead unless enabled.”, so I assume it may cause some overhead.
I don’t know, however, if it is significant.