Back

@MrPunyapal By defining Vite's `prefetch` method in `AppServiceProvider` will it improve the page loading and switching tab even more in Pinkary?

public function boot(): void
{
Vite::prefetch(concurrency: 3);
}

1

213

Actually I watched this recent youtube video of Laracast: youtu.be/V0yZuNq2L-g

10