garcue
Regular Pleskian
Hi everyone,
After updating plesk to version 18.0.30 I have started having problems with PHP. Currently I have loading times of my pages of more than 10 seconds when this did not happen before.
user@srv:~# curl -s -w '\nLookup time:\t\t%{time_namelookup}\nConnect time:\t\t%{time_connect}\nSSL handshake time:\t%{time_appconnect}\nPre-Transfer time:\t%{time_pretransfer}\nRedirect time:\t\t%{time_redirect}\nStart transfer time:\t%{time_starttransfer}\n\nTotal time:\t\t%{time_total}\n' -o /dev/null https://domain.com/wp-content/uploads/2016/11/img.png
Lookup time: 10,517745
Connect time: 10,522763
SSL handshake time: 10,542010
Pre-Transfer time: 10,542098
Redirect time: 0,000000
Start transfer time: 10,551202
Total time: 10,551225
Any ideas what I can do to correct the problem?
After updating plesk to version 18.0.30 I have started having problems with PHP. Currently I have loading times of my pages of more than 10 seconds when this did not happen before.
user@srv:~# curl -s -w '\nLookup time:\t\t%{time_namelookup}\nConnect time:\t\t%{time_connect}\nSSL handshake time:\t%{time_appconnect}\nPre-Transfer time:\t%{time_pretransfer}\nRedirect time:\t\t%{time_redirect}\nStart transfer time:\t%{time_starttransfer}\n\nTotal time:\t\t%{time_total}\n' -o /dev/null https://domain.com/wp-content/uploads/2016/11/img.png
Lookup time: 10,517745
Connect time: 10,522763
SSL handshake time: 10,542010
Pre-Transfer time: 10,542098
Redirect time: 0,000000
Start transfer time: 10,551202
Total time: 10,551225
Any ideas what I can do to correct the problem?