WordPress Site is Slow
-
Hello,
I’m attempting to load balance my wordpress site. I’m on wordpress 4.2.7.
I’m running my site through varnish cache and HAProxy. I notice when I run the site through HAProxy I’m getting 504 timeout errors on the site intermittently
Here’s the timeouts I have set on haproxy, which seem reasonable to me:
timeout connect 12000 timeout server 20000 timeout client 20000I also have a mediawiki site running through the same setup. That’s fine. It’s just the wordpress site that times out with 504 errors with this setting.
If I raise the timeouts to this in the haproxy config:
timeout connect 24000 timeout server 40000 timeout client 40000The site will work, but it’s apparently still slow. For now I’ve put only one web server into the varnish config while I troubleshoot this.
This is the site in question:
How can I troubleshoot a slow performing wordpress site?
Thanks
The topic ‘WordPress Site is Slow’ is closed to new replies.