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

PR it with an explanation and show the difference!

1

58