The project environment is ubuntu 20.04 (PHP8.1 + nginx + mysql5.7 + laravel10)!The project is runs, and found that each page load time is more than 3 seconds,I've seen some people say that adding the
fastcgi_buffering off
.
in the nginx configuration can improve the loading speed, but it still does not work, and I found the same problem when I use php artisan serve.When I use php artisan serve
, I found the same problem, can anyone help me solve this problem?