• is there a way to exclude a segment of a page from caching?

    most of the page can be cached, but i am going to use a wishlist plugin for woocommerce, and with other cache plugins it seems that the wishlist counter in the header is not updated when an item is added to the wishlist

    is this all or nothing for page caching, or can i keep certain sections of the page dynamic while caching the rest of the page?

    thanks

Viewing 1 replies (of 1 total)
  • There is mfunc functionality available for that, but you’ll need some coding experience to use it.

    It’s better to make wishlist via AJAX calls (again some coding) so that your HTML content is static = cacheable = fast.

Viewing 1 replies (of 1 total)
  • The topic ‘can i exclude woocommerce wishlist counter?’ is closed to new replies.