Making server fast !!! How can it be done in different ways ??
Hello All,I am trying to make my server fast as my clients are complaiing that sites are opening veyr slowly.
See what I am trying to do:
1)mysql optimization
2)apache tunning
3)increasing RAM up to 2GB and no of processors to 4 (Intel XEON 2.8 GHZ)
4)keeping separate servers for mysql(mysql) and http.
5)RAID 5 configuration on server avoiding crash
6) The link between the database server and web server shold be fast(Any suggestions?)
etc etc...
It seems that i did mysql optimization ... RAM is 2gb and no of processors are 4 intel Xeon ..
We have separate servers for database and http ..
Now still we are facing problem of slow web pages and slow server..
Now I want RAID 5 to be configuraed ..does it increase the speed?
And the link between the mysql and apache server ..what we can do for it to make queries fast?
Any othre suggetion from masters in the field?
Any suggestions to make server really fast?...
Please help !!!