I tested the new Starter pack and I notice, that loading the Page always takes very long, nearly 10s. Even if I refresh. Moreover I notice that a lot of single files are loading like vaadin-tab.html, vaadin-combo-box.html, vaadon-icons.html, aso.
Is there a way to mark these files as cachable or load them in a smaller version (seems the comments are in the response, too). Or to speed up the startup on another way?
When you run the application in production mode, all the files are bundled into a single file which is cached.
In development mode, 10 seconds still sounds way too long. What browser is this?