Godaddy very slow database performance
-
Hi all, since 11th March the site at https://www.radleyvillage.org.uk has been painfully slow. I’m talking 30 seconds and upwards to load a page, plus frequent maxing out memory. After a lot of investigation (disabling all plugins, log file analysis), I have discovered the problem to be the connections to the database. I have installed the Query Monitor plug-in which tells me on a typical page load time of 27 seconds, 25 seconds were spent performing database queries. A typical long runner is –
SELECT ID
FROM wp_posts
WHERE guid=’https://www.radleyvillage.org.uk/installer/wp-content/uploads/2014/03/cropped-header6.jpg’which can take between 8 and 12 seconds.
Also SELECT option_name, option_value
FROM wp_options
WHERE autoload = ‘yes’typically takes between 4 and 6 seconds.
The site is hosted with GoDaddy and I am aware that they have had some problems of late – changes to cPanel plus some issues specifically with database latency, of which I was hoping this was part of. However they have said the issues are now resolved!
Today I spent some time with GoDaddy on a support call, during which they advised me that they have recently done some retuning/reconfiguring on how database connections are handled, on shared hosting accounts. The gist of it seemed to be that a limit was now placed on how much resource was allocated to queries and if this was deemed to be exceeded then it would slow the site down whilst the queries eventually ran. I explained that this site has minimal traffic and the same queries (allbeit with fewer posts), run on another GoDaddy hosted site (but hosted on a ‘old style’ account which is apparantly not affect by this) in fractions of a second.
They admitted that this is where the slowness is coming from but that is how it is now configured! I can’t believe I am the only one experiencing this, I see there are 1 or 2 posts on here about slow sites and they all seem to be GoDaddy hosted ones so maybe it’s not just me?
I can’t believe they are saying nothing can be done.
- The topic ‘Godaddy very slow database performance’ is closed to new replies.