503 and a really slow server

#1
Hello,

I migrated a woocommerce webshop the a litespeed server in the hope the response time would be a lot better.
But now some days past and a lot of customers are telling us the TTFB sometimes waits for 30s.. or they are getting a 503 error.

But sometimes its fast and works perfectly. The domain of the webshop is: https://www.dyona.nl/

Is there anyone who can help me with some configuration things?

Screenshot 2020-02-10 at 10.19.58.png
Here are some of my setting (I changed a lot bacause I wanted to fix the server response):
 

lsqtwrk

Administrator
#2
try max conn set to a lower number , like 10 or 20

set PHP_LSAPI_CHILDREN=120 to same number as max conn

set instance to 1

you are allowing over 120 PHP processes at same time , that could overload the server when that many PHP running.

You need to check the log for 503


But sometimes its fast and works perfectly. The domain of the webshop is: https://www.dyona.nl/
https://www.dyona.nl/#

yes, when cache is hit , it will load fast.
 
Top