Hello everyone,
I'm in charge of a website i did not create, using Drupal 6.16 / php 5.3.2
This website has more than 110 modules enabled...
As I am a Drupal noob, I need help to find solutions for performance issues. Page loading is incredibly long.
I suspected sql queries to slow things down, so I installed the devel module to check on slow queries.
Here's the main output for the front page :
Executed 9090 queries in 934.74 milliseconds. Queries taking longer than 5 ms and queries executed more than once, are highlighted. Page execution time was 4966.4 ms.
It seems totally out of proportion to me...
What would be the next step to tune these queries ? For instance, I can see a query like "UPDATE variable SET value = 's:4:\"/tmp\";' WHERE name = 'file_directory_temp'" is too slow. Where should I go to "repair" this ?
Sorry if I'm being too vague, please don't hesitate to ask for more infos if needed.
Thanks a lot in advance for your help !
Read »








