Vaadin startup (Starter Packs Simple App) takes long

Hi,

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?

Greetings

Andre

Hi,

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?

I am using Firefox.

I added two screenshots of the network traffic.

I will check to enable the production mode later on. Thx for the hint.

17369518.png
17369521.png