Skip to main content

Wordpress sites are slow

Comments

5 comments

  • Infopro
    This is really more of a question for the wordpress support forums than a cPanel issue. Over there they'll probably ask what addons you're using, and if you've tried disabling them all to see if things change. They'll ask if your wordpress site is up to date too of course. This term: "wordpress site is slow" and any others you can think of similar, has been asked millions of times on google.
    0
  • Cameron W
    Hi InfoPro, It seems to me it's a cpanel issue rather than a wordpress issue. To me it's a firstbyte issue.
    root@cloud-block-04a:~# curl -w "@curl-format.txt" -o /dev/null -s "example.com" time_namelookup: 0.013 time_connect: 0.014 time_appconnect: 0.000 time_pretransfer: 0.014 time_redirect: 0.000 time_starttransfer: 26.158 time_total: 26.158 root@cloud-block-04a:~# curl -w "@curl-format.txt" -o /dev/null -s "example.com" time_namelookup: 0.004 time_connect: 0.005 time_appconnect: 0.000 time_pretransfer: 0.006 time_redirect: 0.000 time_starttransfer: 0.827 ---------- time_total: 0.827 root@cloud-block-04a:~# curl -w "@curl-format.txt" -o /dev/null -s "example.com" time_namelookup: 0.004 time_connect: 0.006 time_appconnect: 0.000 time_pretransfer: 0.006 time_redirect: 0.000 time_starttransfer: 0.717 ---------- time_total: 0.717 root@cloud-block-04a:~# curl -w "@curl-format.txt" -o /dev/null -s "example.com" time_namelookup: 0.004 time_connect: 0.006 time_appconnect: 0.000 time_pretransfer: 0.006 time_redirect: 0.000 time_starttransfer: 0.734 ---------- time_total: 0.734 root@cloud-block-04a:~# curl -w "@curl-format.txt" -o /dev/null "example.com" time_namelookup: 0.004 time_connect: 0.006 time_appconnect: 0.000 time_pretransfer: 0.006 time_redirect: 0.000 time_starttransfer: 0.752 ---------- time_total: 0.752 root@cloud-block-04a:~# curl -w "@curl-format.txt" -o /dev/null -s "example.com" time_namelookup: 0.004 time_connect: 0.006 time_appconnect: 0.000 time_pretransfer: 0.006 time_redirect: 0.000 time_starttransfer: 0.735 ---------- time_total: 0.735 root@cloud-block-04a:~# curl -w "@curl-format.txt" -o /dev/null -s "example.com" time_namelookup: 0.004 time_connect: 0.006 time_appconnect: 0.000 time_pretransfer: 0.006 time_redirect: 0.000 time_starttransfer: 0.730 ---------- time_total: 0.730 root@cloud-block-04a:~# curl -w "@curl-format.txt" -o /dev/null -s "example.com" time_namelookup: 0.004 time_connect: 0.006 time_appconnect: 0.000 time_pretransfer: 0.006 time_redirect: 0.000 time_starttransfer: 0.741 ---------- time_total: 0.741
    0
  • Infopro
    You mention this though:
    and have no issues with non wordpress sites.

    0
  • Rajat Khanna
    I have been facing similar issues on my wordpress website installation. Is there any fix suggested for it?
    0
  • KungFuJosh
    Simply running W3 Total Cache isn't enough. You need to be using PHP 5.6 or PHP 5.7, with good caching, gzip support, etc... If you utilize W3 Total Cache along with some page speed type sites like GTmetrix, you can get a better idea of what you need to do. Make sure the php.ini limits aren't low for memory and such. Make sure you have mod_deflate, mod_expires, OPcode cache, APC (or APCu), memcache, mcrypt, etc... active. But be careful, if you have too many packages, or conflicting cache systems active it will slow your server. Thanks, Josh
    0

Please sign in to leave a comment.