A asia2tv New Member Mar 9, 2024 #1 Mar 9, 2024 #1 The server load is high and the site is very slow i used laravel script Attachments Screenshot 2024-03-09 232748.png 208.9 KB Views: 4
abk Administrator Staff member Mar 9, 2024 #2 Mar 9, 2024 #2 mariadb is using most of your CPU. You may need to tweak it and check if you can enable cache for your laravel application, it should help you hit the db less often: https://docs.litespeedtech.com/lscache/lsclaravel/installation/
mariadb is using most of your CPU. You may need to tweak it and check if you can enable cache for your laravel application, it should help you hit the db less often: https://docs.litespeedtech.com/lscache/lsclaravel/installation/