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

In response to @sharoon

PR it with an explanation and show the difference!

1

58

  • No matching results...
  • Searching...

/ 1000

Poll Options

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

10