APC Caching

Permalink
Hello,

I've recently just set up my own VPS and installed APC but concrete5 doesn't seem to be using it for its cache. Its enabled in phpinfo() and I've added

define('CACHE_LIBRARY', 'apc'); to my site.php

However it doesnt seem to have made a different and I checked on the apc.php report
and it only shows 1 file being cached and that the apc.php page. On others screenshots of using APC with concrete5 shows at least 50+ files cached.

Any help would be greatly appriecated as everything is set up as far as I can tell.

Thanks!

 
TammyM replied on at Permalink Reply
TammyM
We're experiencing a similar problem, anyone have any suggestions?

Thanks!
baysmedia replied on at Permalink Reply
I've just enabled APC for a couple of C5 cores that I'm running on one of my VPS and it appears to be working for me.

Both cores are running C5 v5.6.1.

Though I really doubt this will fix it for you, I used a capital "A" in Apc in the config/site.php file:

define('CACHE_LIBRARY', 'Apc');
Job replied on at Permalink Reply
Job
Try give the VPS a reboot. I know I had to reboot ours when I finished installing APC.