use default PHP cache

Please take advantage of the default PHP cache instead APC
thankyou

Hi Habib,

We rely on APCu which is a memory cache - we used it to cache our site configuration files once we’ve processed them, so there’s not as much disk access and processing involved. The default PHP cache is for speeding up execution of PHP code. If you have it enabled, Full-Text RSS, like any other PHP application, will make use of it. So as far as we can see, it’s not a matter of choosing one over the other.

If I’ve misunderstood, please let me know.