Recently i upgraded my dedicated server
from php-fmp 5.6 to 7.3 mysql from 5.5 to 5.7
Frontend is really fast...but backend is drammatically slow!
If i run a long processo like a revision of some product (i use woocommerce), this process make busy all backend and i cant open another chrome task that return a blank page.
Is there something wrong? I don't changed my configuration...only opgraded
ps mysql, php and nginx log are all empty...no error only some advice...
error_reporting = E_ALL
in php.ini and check logs for warning and notices, may be find something usefull. Or may be problem in mysql, some slow sql statements executing. Search for 'mysql show queries' to enable log and find out slow queries. Its not clear what exactly you mean with backend, php, mysql? – LeonidMew Apr 01 '19 at 16:56