Jetstream/Vue 3: A way to optimize/speed up Inertia::render? #861
Unanswered
dinoluck
asked this question in
Help (Vue)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to optimize and/or speed up the render() method? Here's a case:
I have info() when the route method starts, gets data, and gets all the way to return Inertia::render(), everything happens in couple of secs, and then for 10, 20, 30 mins page keeps on loading until it spits out rendered page. Same query hydrating basic blade or vue component executes roughly the same (obviously), and renders the page almost instantly. On average it takes about 10 to 15 seconds for page to render after the server already logs that everything up to Inertia::render executed. Is there a reason it takes so long for inertia to render a vue component with couple of components inside?
Beta Was this translation helpful? Give feedback.
All reactions