Closed shirshak55 closed 6 years ago
Loading is OK from my side with good connection. Once JS/CSS cached it's shows up quickly.
SSR is totally overkill and a bit useless for a backend. It's mainly for SEO purpose. Maybe useful for public frontend side but i will need to entirelly rewrite it to VueJS and have no time for that. It's clearly a different project.
Besides it's really not simple to make it working correctly (apart from nuxt projects). And you will need to setup nodejs server alongside Laravel (note as i'll dont want use php V8 for this task). I already studied this subject for experiment in one of my public repositories if you want to checkout : vue-ssr-boilerplate.
If you want laravel ssr example : laravel-ssr. It's seems that there is no support to metas header so pretty useless, but it stays a good study case ;)
As i go backend it will take 500-600ms and it shows normally. Its like initial flick as js is loading. I guess we can improve it by server side rendering and as we don't use Laravel Mix i guess its easy too :)
Have a say :)
There is documentations as well as video in youtube also in codecourse Thank You.