lsphp5 high load

NiteWave

Administrator
#2
although it's high, it's quite common for a php-heavy website, for example a vBulletin forum. to reduce the CPU usage,
1. install opcode cache(APC, XCache or eAccelerator)
2. install memcached to cache mysql result
3. enable page cache
4. improve the php source code
....
PHP as an interpreted language usually has low efficiency CPU usage.
 

NiteWave

Administrator
#4
it depends on what php apps you've installed. if the app or its add-ons can utilize memcached, then install memcached. otherwise, it's useless.
 
Top