I haven't used APC myself but one simple check is to make sure you have debug set to 0. I think that with debug active you won't get much caching.
You can try the same app locally using one of the AMPs (WAMP, MAMP, XAMPP) with APC enabled too see if the problem is your Cake app or the server installation. I know MAMP has APC, eAccelerator and XCache ready to rock. I used that to see which one I should go for and then did the server install (or eAccelerator which seemed best to me) On Apr 21, 11:33 pm, Daniel <[email protected]> wrote: > Hi all! > > I installed APC on my custom PHP installed on Dreamhost. The phpinfo > () page says that the APC extension has been installed, but I didn't > notice any actual increase in performance on my CakePHP-based site. I > copied the apc.php file to the root, and it says that only one page is > actually being cached, the apc.php page itself. > > I of course added the following line to core.php: Cache::config > ('default', array('engine'=>'Apc')); > > Nevertheless, APC doesn't seem to actually be caching anything on my > site. > > Thoughts? Did I miss a step? I've tried it with both FastCGI and > without. Thanks for your help. > > Regards, > > Daniel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
