vaadin speed

there is some explanation of why vaadin going faster in chronome, opera and mozilla run slower?

The Vaadin client-side speed comes mostly from JavaScript execution speed in browsers and related tasks such as DOM access and manipulation, etc. Chrome and Safari are usually fastest by the most relevant metrics, Opera and Firefox in the middle range, and IE clearly the worst.

See for example
this comparison
or
this
or
this
.