When I click "Login" on Thimble, it takes me 22s to get to the point that I can enter a username and password. At least 15s of that are spent downloading 200K of gzipped app.bundle.js. You can see it taking 26s here http://www.webpagetest.org/result/150826_1K_1512/. I'm not clear why this is happening, but it's happening, and it's problematic, because you want users to be able to login fast, not get tired of waiting for the login to load, and leave.
When I click "Login" on Thimble, it takes me 22s to get to the point that I can enter a username and password. At least 15s of that are spent downloading 200K of gzipped
app.bundle.js
. You can see it taking 26s here http://www.webpagetest.org/result/150826_1K_1512/. I'm not clear why this is happening, but it's happening, and it's problematic, because you want users to be able to login fast, not get tired of waiting for the login to load, and leave.cc @simonwex, @jbuck, @cadecairos