It is a little bit questions about system requirements of the Drupal. I open site on a virtual hosting with PHP, MySQL, mod_php, mod_rewrite. Drupal was downloaded from cvs. After news announcements number of visitors on my site increase to 1000-1500 hosts per day - and I had troubles :( Site running very slow and many users (around 30%) got "Error 500". My hoster says: your scripts work too long and exceeds time limits. Today I install devel.module and see next situation: queries from database works very long time (I think). For example query of index.php at night time:
(time in ms)
173.331 SELECT data, created FROM cache WHERE cid = 'locale:ru'
90.231 SELECT uid, name, data FROM users
On localhost copy of this database shows:
7.331 SELECT data, created FROM cache WHERE cid = 'locale:ru'
3.391 SELECT uid, name, data FROM users
Yesterday at evening times was around 3000-4000 ms :( Most of time eats SELECT FROM cache - sometimes great than 1000 ms. I set cache off, but SELECT FROM cache still executes :\ ??
What system requirements for site on Drupal with such number of visitors (around 1000 hosts/day)? Can me help Zend optimizer (installed on my hosting, but off by default)? Any another tips on performance increasing appliable to virtual hosting? Very thanx.
Sorry, my not so correct English :)
--
Axel