• Resolved makmerghen

    (@makmerghen)


    hello want to do the next for specific pages
    to cache every thing in the page (header, footers, menus, logo,,etc) except specific Gutenberg block/s
    how to do that ?
    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @makmerghen

    Thank you for yoru question!
    In theory, you can use Page Fragment Caching. With this, you can wrap the specific dynamic part of the page with <mfunc> and exclude that part of the page from being cached. However, I must admit that this has not been tested.
    It’s recommended to have the entire page cached, and then, updating the content, with AJAX, on the parts that must be fully dynamic.
    Alternatively, you can exclude the entire page from being ached by adding it to Performance>Paage Cacche>Advanced>”Never cache following pages”:
    /your-page/
    I hope this helps!
    Thanks!

    Thread Starter makmerghen

    (@makmerghen)

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how to doing partially caching’ is closed to new replies.