APC not working
Posted: Mon Mar 22, 2010 12:43 pm
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?
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?