Hello, I hope this is in the correct section.
Sometimes my site will load super slow. It is kinda "random" and when it happens it might take from 19 to almost 30 seconds to load and we are talking about 72 KB (670 KB in total but served from memory cache).
After that and for some time it will be loading with normal speeds. Then at a "random" time it will take again too long.
At first I thought it would be some cache related issue but now I believe this is not the case..
I have 2 sites, one of them WordPress and the other one different cms. Both of them are in PHP7.2.
I am suspecting something is wrong with my SSL(it uses the auto generated SSL WHM offers out of the box).
I noticed in the following log:
The error below is logged:
The error above is logged every time I visit my website so not sure how it affects the slow load sometimes. But maybe an indicator of what is going wrong.
Please notice the screenshots I attach from chrome devtools.
Server specs
CPU: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
RAM: 64 GB
SATA Disks with plenty of space
Connection: 1Gbps
Maybe 5 active sites in the whole server.
Any suggestion and help would be appreciated.
Sometimes my site will load super slow. It is kinda "random" and when it happens it might take from 19 to almost 30 seconds to load and we are talking about 72 KB (670 KB in total but served from memory cache).
After that and for some time it will be loading with normal speeds. Then at a "random" time it will take again too long.
At first I thought it would be some cache related issue but now I believe this is not the case..
I have 2 sites, one of them WordPress and the other one different cms. Both of them are in PHP7.2.
I am suspecting something is wrong with my SSL(it uses the auto generated SSL WHM offers out of the box).
I noticed in the following log:
/opt/cpanel/ea-php72/root/usr/var/log/php-fpm/error.log
The error below is logged:
Code:
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* Trying xxx.xxx.xxx.xxx:443..."
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* TCP_NODELAY set"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* Connected to www.example.com (xxx.xxx.xxx.xxx) port 443 (#0)"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* ALPN, offering h2"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* ALPN, offering http/1.1"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* successfully set certificate verify locations:"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* CAfile: /etc/pki/tls/certs/ca-bundle.crt"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: " CApath: none"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* ALPN, server accepted to use http/1.1"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* Server certificate:"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* subject: CN=example.com"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* start date: Jul 5 00:00:00 2019 GMT"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* expire date: Oct 3 23:59:59 2019 GMT"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* subjectAltName: host "www.example.com" matched cert's "www.example.com""
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* issuer: C=US; ST=TX; L=Houston; O=cPanel, Inc.; CN=cPanel, Inc. Certification Authority"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "* SSL certificate verify ok."
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "> GET /utility/tasks?notrigger=1&key=6935195b&pid=0774406135 HTTP/1.1^M"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "Host: www.example.com^M"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "Accept: */*^M"
[09-Aug-2019 08:37:50] WARNING: [pool example_user] child 15405 said into stderr: "^M"
[09-Aug-2019 08:37:51] WARNING: [pool example_user] child 15405 said into stderr: "* Mark bundle as not supporting multiuse"
[09-Aug-2019 08:37:51] WARNING: [pool example_user] child 15405 said into stderr: "< HTTP/1.1 200 OK^M"
[09-Aug-2019 08:37:51] WARNING: [pool example_user] child 15405 said into stderr: "< Date: Fri, 09 Aug 2019 08:37:50 GMT^M"
[09-Aug-2019 08:37:51] WARNING: [pool example_user] child 15405 said into stderr: "< Server: Apache^M"
[09-Aug-2019 08:37:51] WARNING: [pool example_user] child 15405 said into stderr: "< Expires: Thu, 19 Nov 1981 08:52:00 GMT^M"
[09-Aug-2019 08:37:51] WARNING: [pool example_user] child 15405 said into stderr: "< Cache-Control: no-store, no-cache, must-revalidate^M"
[09-Aug-2019 08:37:51] WARNING: [pool example_user] child 15405 said into stderr: "< Pragma: no-cache^M"
[09-Aug-2019 08:37:51] WARNING: [pool example_user] child 15405 said into stderr: "< Set-Cookie: PHPSESSID=bd51f90b2fd88b00921741ac504aae49; path=/^M"
[09-Aug-2019 08:37:51] WARNING: [pool example_user] child 15405 said into stderr: "< Set-Cookie: en4_language=en; expires=Sat, 08-Aug-2020 08:37:50 GMT; Max-Age=31536000; path=/^M"
[09-Aug-2019 08:37:51] WARNING: [pool example_user] child 15405 said into stderr: "< Set-Cookie: en4_locale=en_US; expires=Sat, 08-Aug-2020 08:37:50 GMT; Max-Age=31536000; path=/^M"
[09-Aug-2019 08:37:51] WARNING: [pool example_user] child 15405 said into stderr: "< Vary: Accept-Encoding^M"
[09-Aug-2019 08:37:51] WARNING: [pool example_user] child 15405 said into stderr: "< Transfer-Encoding: chunked^M"
[09-Aug-2019 08:37:51] WARNING: [pool example_user] child 15405 said into stderr: "< Content-Type: text/html; charset=UTF-8^M"
[09-Aug-2019 08:37:51] WARNING: [pool example_user] child 15405 said into stderr: "< ^M"
[09-Aug-2019 08:37:51] WARNING: [pool example_user] child 15405 said into stderr: "* Connection #0 to host www.example.com left intact"
Please notice the screenshots I attach from chrome devtools.
Code:
# grep '' /etc/redhat-release /usr/local/cpanel/version /var/cpanel/envtype ; grep CPANEL= /etc/cpupdate.conf
/etc/redhat-release:CentOS Linux release 7.6.1810 (Core)
/usr/local/cpanel/version:11.82.0.8
/var/cpanel/envtype:standard
CPANEL=release
Server specs
CPU: Intel(R) Core(TM) i7-6700 CPU @ 3.40GHz
RAM: 64 GB
SATA Disks with plenty of space
Connection: 1Gbps
Maybe 5 active sites in the whole server.
Any suggestion and help would be appreciated.
Attachments
-
85.1 KB Views: 6
-
12.3 KB Views: 6
Last edited by a moderator: