Hey there. While i'm globally satisfied with Nuxt performance, I'm always trying to achieve a quicker first display for the user.
I noticed quite a delay when coming with a slow network connexion, so I tried to analyse the asset loading using google chrome. here is my discoveries :
and the Associated DOM <img width="769" alt="capture d ecran 2017-09-21 a 14 12 56" src="https://user-images.githubusercontent.com/6388929/30695228-aea421e0-9ed7-11e7-83c4-858529d8de94.png">
This is the loading waterfall called just after a request made to a "profession" page, served through SSR. You can see the loading order has a few faults :
Several things there.
If anyone encountered the same kind of issue, I'd be happy to have some hints on what to do to improve both loading order, and first display timing.
Thanks
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This bug report is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c1525">#c1525</a>)</em></sub></div>