@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);
}
@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);
}