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

slantview’s picture

Status: Active » Postponed (maintainer needs more info)

You 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

slantview’s picture

Status: Postponed (maintainer needs more info) » Postponed
BartVB’s picture

If 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.

slantview’s picture

Status: Postponed » Closed (fixed)