How to verify where Page Cache is stored?
-
I am using PHP5.5, so traditional APC was initially out of the question for W3TC page cache. I did install APCu, however, and once I did that, W3TC gave me the option to use APC for page caching. I have since uninstalled APCu in favor of Redis for object caching, however W3TC still shows APC as being an available option for page caching. How can I verify what is currently being used for page caching? I just want to make sure page caching is being done in memory vs on disk for speed purposes.
Thanks!
The topic ‘How to verify where Page Cache is stored?’ is closed to new replies.