Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Vladimir Kolesnikov

    (@vladimir_kolesnikov)

    Is WP File Cache like DB Cache Reloaded?

    NO. WP File Cache uses WordPress API and this is why is safer?—?DBCR uses heuristics to determin if the query result should be cached; it is possible that its cache and the database become desynchronized.

    WP File Cache is the object cache?—?that is, its caching abilities are not limited to the database ?? It can be used to cache page fragments etc.

    There is one important note: for the third party plugin to benefit from the cache, it has to use WordPress Object Cache API?—?WP File Cache cannot magically add these capabilities to the plugin.

    Is it possible (recommended) to use this caching plugin in combination with wp super cache?

    Yes.

    Yepa! ??

    Is it possible to use this caching plugin in combination with “W3 Total Cache”?

    Is it possible to use this caching plugin in combination with “Hyper Cache”?

    Is it possible to use this caching plugin in combination with “DB Cache Reloaded”?

    For example:

    – Hyper Cache + DB Cache Reloaded + WP File Cache

    and/or

    – W3 Total Cache (with object caching disabled) + WP File Cache

    Thanks Vladimir Kolesnikov ?? for your reaply A.S.A.P. ??

    Plugin Author Vladimir Kolesnikov

    (@vladimir_kolesnikov)

    Is it possible to use this caching plugin in combination with “W3 Total Cache”?

    Not sure. I think it is not, but you’d better ask Frederick (W3TC’s author), as I don’t know the internals of that plugin.

    Is it possible to use this caching plugin in combination with “Hyper Cache”?

    Yes.

    Is it possible to use this caching plugin in combination with “DB Cache Reloaded”?

    No. WordPress does not allow this.

    Best regards,
    Vladimir

    Thanks for you reply ??

    I try the Hyper Cache + WP File Cache … ??

    Thanks!

    Excellent plugin. For me, it works better than the other cache plugins.

    To speed up thing even more, I’d like to combine WP File Cache with the Widge Cache plugin. Using Widget Cache, some widgets can remain dynamic (as defined by File Cache), others can be made static (overruling File Cache).

    Is this possible?

    Jan

    BTW: Why would you use hyper cache and WP File Cache? It seems unlogical: WP File Cache keeps parts of your pages dynamic, installing Hyper Cache makes them static again.

    Excellent plugin. For me, it works better than the other cache plugins.

    To speed up things even more, I’d like to combine WP File Cache with the Widget Cache plugin. Using Widget Cache, some widgets can remain dynamic (as defined by File Cache), others can be made static (overruling File Cache).

    Is this possible?

    Jan

    BTW: Why would you use hyper cache and WP File Cache? It seems unlogical: WP File Cache keeps parts of your pages dynamic, installing Hyper Cache makes them static again.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP File Cache] DB Cache Reloaded’ is closed to new replies.