View Single Post
Old 11-26-2013, 01:16 AM  
symtab
Confirmed User
 
Join Date: Nov 2009
Posts: 415
First of all you should install xdebug (or another php debugging extension) and see which part is eating the most cpu/ram. If its mysql, then you need caching (eg: memcache or redis), or you can also move mysql to another server, if the problem is with I/O then you need faster hdd's. If the problem is related to requests been queued then you need to load balance. Nginx will make static requests (like css/images/js) a lot faster, and with php-fpm it will also make dynamic (php) requests a little faster (not very much). I have never used varnish before...
__________________
Adult Scripts: Adult Script Pro 3.4.0 - Adult Search Script 3.8.0
Adult Traffic: Plug Rush - ExoClick
symtab is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote