Hello everyone,
this might seem an old question, but for the moment, I haven't been able to find any REAL, practical answer on the forum.
I'm running my Drupal site on my personal PC (Windows XP, EasyPHP with PHP 4), and Drupal is becoming slower and slower. I have a RAID 0 and 2 GB Ram and I am the only user for the moment. And still...
I tried using blockcache but it only makes the problem a tiny little bit better.
I'm using quite a lot of modules, but I can't really see any that is making Drupal SO slow. If you have any experience, I would be SO grateful.
Here is one typical devel report; already the first command is taking ages...
55.86 0 drupal_lookup_path SELECT COUNT(pid) FROM url_alias
4.82 0 module_list SELECT name, filename, throttle, bootstrap FROM system WHERE type = 'module' AND status = 1 ORDER BY weight ASC, filename ASC
1.87 0 locale_supported_languages SELECT locale, name, formula, enabled FROM locales_meta ORDER BY isdefault DESC, enabled DESC, name ASC
1.77 0 masquerade_init SELECT uid_from FROM masquerade WHERE sid = 'e13c49929e6feaeaecc7b2cd71c9d142' AND uid_as = 1
24.41 0 cache_get SELECT data, created, headers, expire FROM cache WHERE cid = 'menu:1:en'
2.63 0 list_themes SELECT * FROM system WHERE type = 'theme'