UnS3eN
Basic Pleskian
Hi Guys,
Getting really high Time-To-First-Byte as of late. Sometimes over 40 seconds (even from localhost):
Have about 50 Wordpess sites on it and 5 HTML sites served by Apache/Fast-CGI. No issue on the HTML sites, only the Wordpress sites are affected, even just blank installs with nothing in them. Setting up nginx proxy doesn't improve things by a lot.
Host: VMware 5.5.0
Guest: CentOS 6.9 (Final)
Plesk: Onyx Version 17.5.3 Update #44
CPU: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz (8 vCores allocated)
RAM: 12GB
vNIC: VMXNET 3
Any thoughts on the matter? I already lost track of things I tried so far, so a fresh pair of eyes/brain would be appreciated.
Getting really high Time-To-First-Byte as of late. Sometimes over 40 seconds (even from localhost):
Code:
# 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 http://domain.tld/
Lookup time: 0.054
Connect time: 0.054
SSL handshake time: 0.000
Pre-Transfer time: 0.054
Redirect time: 0.000
Start transfer time: 41.255
Total time: 41.312
Have about 50 Wordpess sites on it and 5 HTML sites served by Apache/Fast-CGI. No issue on the HTML sites, only the Wordpress sites are affected, even just blank installs with nothing in them. Setting up nginx proxy doesn't improve things by a lot.
Host: VMware 5.5.0
Guest: CentOS 6.9 (Final)
Plesk: Onyx Version 17.5.3 Update #44
CPU: Intel(R) Xeon(R) CPU E5-2620 0 @ 2.00GHz (8 vCores allocated)
RAM: 12GB
vNIC: VMXNET 3
Any thoughts on the matter? I already lost track of things I tried so far, so a fresh pair of eyes/brain would be appreciated.