Compression mechanism on Vaadin 10

Hi,

Does Vaadin 10 provide any compression mechanism?

Many thanks,
Joey

Yes, you probably mean is the client side javascript code minified, see here

https://vaadin.com/blog/vaadin-10-and-static-resources

“Minifying, bundling and transpilation is only needed for production use (or during development when you test with an older browser) and is performed by the vaadin-maven-plugin when you build using the productionMode profile in Maven.”

And more detail in documentation: https://vaadin.com/docs/v10/flow/production/tutorial-production-mode-advanced.html