• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Plesk massively slow after recent update.

Slavik

Basic Pleskian
Since the latest update my plesk panel has been horribly slow.

For example, creating a new subscription today took over 90 seconds to do!

Have tried restarting the PSA service, and failing that, tried a full server reboot to no avail.

Any suggestions?
 
Latest security microupdate delivered only one psa-suexec file and nothing else.
Try to troubleshoot the problem in Plesk logs with help of article http://kb.parallels.com/111283


The only recent error was

2013-04-20T21:37:21+02:00 CRIT (2): Smb_Exception_NotFound: File specified by cd028ec0-28b8-1522-d870-1fb708962427 was not found
file: /usr/local/psa/admin/plib/CommonPanel/Update/LogFile.php
line: 36
code: 0

However, I ran

mysql -uadmin -p`cat /etc/psa/.psa.shadow`;
use psa
delete from longtasks where type="panel-update";
reboot

and then the update installed.


All the other logs show nothing to suggest this sudden slowness, all the websites on the server, and running scripts form CLI are as quick as usual, its just Plesk itself which is crawling so slowly I could manually create vhosts faster...
 
Managed to locate and fix the error, seems that the failed update was still attempting to run... killing the PID instantly fixed everything back to normal...
 
Back
Top