I have never bothered to see caching for my projects because they are usually smaller, P>
Again, I thought about trying Symphony and warned me that the APC was disabled with check_configuration.php script.
I saw the APC, and it is main use opcode caching, which is good, that's also caching user data, which I'm not sure is anything I want when viewing any changes in the database , And they're every two minutes.
Can someone explain how can I disable this user data cache, or the APC is nothing when the data is always changing?
The APC does not cache any user data unless you apply it. If APC caches and works in stale user data, then that's because you have designed your app to do this. Outside of opcode caching, this is just an important value store that is comparable to memcache - it is only explicitly inserted by you.
If symfony has page caching behavior, you have to disable it in symphony, not apc.
Comments
Post a Comment