Caching or Speed Enhancing

Hi guys,
Im fully converted over from vbulletin but noticed a bit of a lag. How do I enable file cache? I read it in a thread but i could not get it to work.

my website is onehitgamer.com anyone else knowing a lag?
 
i installed apc but its not caching anything. added this to the config and nothing seems to be caching but it is working
onehitgamer.com/apc.php

## Caching# http://xenforo.com/community/threads/speed-up-your-board-caching.5699/
# http://xenforo.com/community/threads/tip-use-apc.6456/
$config['cache']['frontend'] = 'Core';
$config['cache']['frontendOptions'] = array(
'caching' => true,
'automatic_serialization' => true,
'lifetime' => 10800
);

$config['cache']['backend'] = 'Apc';
 
Apache/2.2.14 (Unix) mod_ssl/2.2.14 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
do you need all that?
fwiw, i find the most dramatic improvement to apache is to simply disable logging, save errors.
in this age of google analytics, theres not much benefit in logging anymore anyway. i think the last time i fired up something like awstats was like... 3 years ago at least.
 
Top Bottom