Sounds to me like you have one or more slow queries that is run, Check in the developer tools and it's network tab, and you will see the one that takes a long time, and then you know where to start looking.
Jun 3, 2022
2
Level 5
how to deal with slow vue SPA initial loading time
hi All
I am following the Inertia for SPA series, and my app is installed with jetstream, the problem i have is the slow initial loading time, even on the local host it could hit 10s after npm run prod. i have tried mix.extract() and splitting the js for each page. but the initial loading time is still around 10s. when the app is loaded, the speed is really fast. just wondering if there is any quick fix of it?
Please or to participate in this conversation.