Home > other >  Chrome taking a long time to load when I refresh the page
Chrome taking a long time to load when I refresh the page

Time:01-21

What I'm developing is when I reload the page, it's taking a long time to load all the content, but if I open it in a new tab, the same page opens quickly. Does anyone know what can it be?

What I'm developing is when I reload the page, it's taking a long time to load all the content, but if I open it in a new tab, the same page opens quickly. Does anyone know what can it be?

CodePudding user response:

Can you please add the output from the page source here ? Probably it might be an external stylesheet or javascript file load issue.

CodePudding user response:

Try clear out your cache or try this running this command php artisan optimize:clear

  • Related