Is your feature request related to a problem? Please describe.
Currently the loading time on slow connections or extremly slow devices is not that great. There could be some improvement.
Describe the solution you'd like
Loading times of the application should be checked and some pre-render process might be implemented to prevent Vue from the need to render everything except the dynamic data.
In addition the amount of unused JS and CSS should be reduced.
Describe alternatives you've considered
Ignore prerendering but at least shrink size of data transferred data.
Is your feature request related to a problem? Please describe. Currently the loading time on slow connections or extremly slow devices is not that great. There could be some improvement.
Describe the solution you'd like Loading times of the application should be checked and some pre-render process might be implemented to prevent Vue from the need to render everything except the dynamic data. In addition the amount of unused JS and CSS should be reduced.
Describe alternatives you've considered Ignore prerendering but at least shrink size of data transferred data.