Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m facing the same issue. I’m afraid the plugin developers really don’t care about answering questions anymore. The best thing to do is enable W3TC debug options and try to deal with it ourselves.

    I’ve overcome this problem by preventing all pages with a form from being cached. E.g: Under Database Cache Settings go to Never cache the following pages option and place your pages like the following:

    /contact-page/*
    /landing-page/*

    You could also enabled Debug option for every module you have configured (page caching, database caching, minify) etc. Then you’d inspect the page in order to see any db queries made by CF7 plugin. If you identify a significant cookie or db request made by the plugin you might try to remove these queries from the Ignored query stems option under Database Cache Settings.

    • This reply was modified 8 years, 5 months ago by Adriano Monecchi. Reason: enhanced answer and grammar

    @designroom

    Thanks for sharing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Contact Form 7 not compatible with W3 Total Cache’ is closed to new replies.