• Resolved kebikec

    (@kebikec)


    Hi, is it possible to use cachify in DB mode and use the same WP-Optimize or another cache plugin?
    or just choose one?

    In addition, I use it in DB mode. How can I measure whether it works or not?

Viewing 1 replies (of 1 total)
  • Plugin Support Torsten Landsiedel

    (@zodiac1978)

    Hi @kebikec

    sorry for the late response!

    The DB mode is doing this:

    The cached markup is stored directly inside the WordPress database. This still speeds up page load times, because the content does not need to be generated dynamically, but the previously generated HTML markup is directly loaded.

    From: https://cachify.pluginkollektiv.org/documentation/#database

    If you use another classic caching plugin it would generate this static HTML, save it to HDD (same as our HDD mode would do) and if someone comes back and the cache is still valid, it would serve this HTML. This means: The HTML from the DB (our DB mode) wouldn’t be used at all in this case.

    Using two plugins for the same job is most of the time no good idea 😉

    In addition, I use it in DB mode. How can I measure whether it works or not?

    You can check the source of the page and look at the comment markup signature we add at the end of the page:
    https://cachify.pluginkollektiv.org/documentation/#cache-signature

Viewing 1 replies (of 1 total)

The topic ‘even use a second cache plugin together with’ is closed to new replies.