APC Enabled?

  • Thread starter Thread starter Deleted member 745
  • Start date Start date
D

Deleted member 745

Guest
Hi,

If I run in debug mode and it does not say the APC file is not loaded here - "?_debug=1" does it mean it's not using APC caching?

I have this in my config file.

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,
                                        'cache_id_prefix' => 'foro'
);
$config['cache']['backend'] = 'Apc';
 
enable caching ..
from beta3 i think it was needed to be enabled first.

Screen%20shot%202011-02-10%20at%204.41.06%20PM.png
 
Kier mentioned to me to consider memcached. So that's next on the agenda for the summer for me. Especially as the site grows a bit. But i am quite happy with apc right now, and not running into the cache slams yet
 
cant test with fb or twitter i dont use em dont know if shamil as an account on there but I dont... I could put some banners on but thats about it
 
Top Bottom