View Single Post
Old 10-28-2006, 02:04 PM  
Varius
Confirmed User
 
Industry Role:
Join Date: Jun 2004
Location: New York, NY
Posts: 6,890
Could be many things....

- Using a php accelerator might help slightly speed things up. Zend, ionCube or even the free eAccelerator for example.

- Incase it's webserver load, add more webservers to the load-balanced pool.

- Most likely it's the DB load. If tables haven't already been converted to InnoDB, do it. If they are, make sure your my.cnf settings are optimized as much as possible. If you are running the DB on FreeBSD or Linux, try it on a Sun Solaris 10 box - it has benchmarked 60-90% improvements with the same hardware over Redhat. More RAM, better hardware, more slave databases (replication), etc.....

There could be tons of suggestions to try that might help.
__________________
Skype variuscr - Email varius AT gmail
Varius is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote