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