anyone know what is the best way to speed up and fully optimize your apache2/php5 server?
i have tried the following so far:
- install xCache
- gzip compression
- setup --enable-inline-optimization and --disable-debug on php
- setup --with-mm on apache2 and set session.save_handler = mm on php.ini (this somehow gives me segfault error with xCache so i disabled it. any workaround to this?)
i am on a quad core server with 4gb ram and it seems to run slower than my other machine with p4 3g on 1 gb ram!
could it could be that i have installed mod_security, KISS and mod_evasive which is causing atleast 1-2 seconds of slower page loads?
i have tried the following so far:
- install xCache
- gzip compression
- setup --enable-inline-optimization and --disable-debug on php
- setup --with-mm on apache2 and set session.save_handler = mm on php.ini (this somehow gives me segfault error with xCache so i disabled it. any workaround to this?)
i am on a quad core server with 4gb ram and it seems to run slower than my other machine with p4 3g on 1 gb ram!
could it could be that i have installed mod_security, KISS and mod_evasive which is causing atleast 1-2 seconds of slower page loads?