9 ms·
And what is the best solution? Client Side Rendering is worse, because users see a blank page until the script is parsed. 100KB is actually desirable, because i
by kangoo1707 6y ago
And what is the best solution? Client Side Rendering is worse, because users see a blank page until the script is parsed. 100KB is actually desirable, because it's included Vue and Vuex out of the box.
- Touche 6y agoThe best solution is to not have as much JavaScript. Use a smaller framework. Use fewer dependencies. Lazy load things when you can. The solution is to have a performance budget at the start of your project so things never get so bad.