i have made site on drupal my site has 7500 users and approx (20 to 50 without logged in)(2 to 10 logged in) users are online (and this is not havy traffic i think) the site is on dedicated server. I have enabled setting in perfomance from drupal admin and also installed memcache and eaccelerator
i looked in qurey logs from using devel module. it is firing total 600 to 900 queries on each page when i have installed patch of path.inc to reduce the queries of drupal_look_path(). It has reduced queries to arround 400
i have also made some positive change in mysql(my.cnf) file
but still there are many same quires run form user_load() function again and again
i have 60 to 70 modules enabled and all are use full. I cant remove the modules
still the site is running slow it is taking approx 10 to 15 sec
now i dont know why the site is running so slow
is it because the drupal has the large php code ? is it because it is firing so may queries on each page? Does the InnoDB engine improve the performance?
pls Any kind of suggestions are welcome