Apc Cache

Hi All,

I tried using APC caching for my application.

I am following this wiki,

http://www.yiiframework.com/wiki/312/getting-the-most-out-of-apc-for-yii/

I made all steps mentioned in the wiki.

But now, how will I check whether APC caching is working on my application or not?

Thanks.

There will be an apc.php file somewhere in your system, which you can copy to a web accessible directory. Place it next to your index.php file for instance. You can then navigate to that file to see your cache entries and other information. Open and edit the file to set login credentials.

You may find some useful information on this page.

Thanks Keith!! :)