I have an LAMP stack with APC installed. Do I have the WordPress site on this server to take advantage of OPCD caching? I have not done any WP configuration. I understand that simply installing APC means that all PHP codes are being cached. If this is incorrect, please give me instructions where I can configure WP to take advantage of APC.
Note: I thought about a ServerFault question about it, but the solution is that I am related to the code on the related stackworflow.
Is OPCD taking advantage of caching?
Yes, it should be You can install apc.php script which will tell you which pages are being cached.
Finding the apc.php script can be tricky .. You did not mention exactly what you are using, but this is a decent example of finding and installing this site: / P>
Edit: Direct link to apc.php in their repo:
Comments
Post a Comment