Closed (fixed)
Project:
Alternative PHP Cache
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Sep 2007 at 14:34 UTC
Updated:
19 Dec 2008 at 02:47 UTC
I have APC installed and also APC INFO monitoring page works. However, it is unclear to me how can I verify that this module functions; that it really caches pages. How to find out?
Comments
Comment #1
slantview commentedYou can write a simple php script that will tell you if it is working.
See http://us.php.net/manual/en/function.apc-cache-info.php for details.
I plan on making a status page for it eventually, but just don't have the time right now. All patches are welcome though :)
Steve
Comment #2
slantview commentedComment #3
BartVB commentedIf you have installed the apc.php file that comes with APC then you need to set a password in apc.php and access the 'User Cache Entries' section of this application. Here you'll see all entries that have been cached through APC.
Comment #4
slantview commented