APC not working

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
FredAt
Forum Newbie
Posts: 1
Joined: Mon Mar 22, 2010 12:35 pm

APC not working

Post by FredAt »

Hello All,

I have installed php_apc on my local WAMP server in the hope of speeding up the generation of PDF files using mPDF. Running apc.php I find that nothing of any practical values is being fetched from the cache. The few files that are being found in the cache - e.g. index.php - have nothing to do with my PDF generation script so they do not help. I tried using a script that calls apc_compile_file multiple times to put all the PDF generation script files into the cache. This appears to work but apc.php does still not report hits for these files. Perhaps I am doing something wrong? I'd much appreciate any help.

On a separate note - once I have got my local install of APC doing what it should do I will need to install it in the VPS on my CentOS server. Where can I find the relevant apc so file?
Post Reply