I have two drupal installations on the same hosting package. One is 6.15 and the other is 6.20

Both are multidomain installations.

The 6.15 sites run fine, but the 6.20 scripts run very very slow. (Takes 35 secs to respond to a simple page request)

This is true on a brand new site with no modules activated still.

Why could this be? The server is reporting PHP Version 5.2.17

When the installation was new this didn't happen. Something has changed over the last couple of months.

Comments

ribakker’s picture

This could be a problem with your theme. Maybe your browser is trying to fetch a file (CSS, image, etc.) that could not be found or from a URL that resolves slow or could not be reached. Try using Firebug to track this issue down...

ayesh’s picture

First check CHANGELOG.txt file in your Drupal 6.20 folder and see if any database change happened after 6.15 version.
Also, check if your php and mysql verions are up to date.

and do not try to to update from 6.15 to 6.20. Do it one by one - I agree, it's painful but safe.

Vayira’s picture

Hi thanks for your suggestions. Finally I found the problem was the do with the mysql server running very slow. Sorted now.