Laravel4's answer is very slow and takes a long time to load

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.
enter image description here

And this image shows that the user is waiting for about 33 seconds. enter image description here 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

? ,

+4
1

Laravel, , . , , Apache/Nginx, .

, Laravel PHP, , PHP, . Laravel , Codeigniter - . ?

0

Source: https://habr.com/ru/post/1540658/


All Articles