I searched a lot and no solution worked for me.
Firstly, I have two projects on one server, one uses CodeIgniter and the other uses Laravel.
The one that Laravel uses sometimes loads very slowly
. This image shows a blank page written with Laravel.

And this image shows that the user is waiting for about 33 seconds.
Sometimes this time comes from getting
I quickly looked at some websites that run Laravel. I noticed that this problem exists there, you can try the October CMS.
Finally, this is what I did:
- Set
debugtofalse - Run
artisan optimize --force 127.0.0.1 not localhost
? ,