@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);
}
Actually I watched this recent youtube video of Laracast: youtu.be/V0yZuNq2L-g