• Resolved hassantafreshi

    (@hassantafreshi)


    Hi W3 Total Cache team,

    The plugin Easy Form Builder was experiencing disruptions due to caching plugins, similar to yours, causing an unpleasant experience for WordPress users. It could potentially question the functionality of plugins for the end-user. To address this issue, we have collaborated with popular plugins, including yours, and successfully resolved the problem. Other plugins have tackled the challenge of preventing re-submission issues in the form builder, sharing relevant functions in their cache plugins to exclude a page from caching jQuery and JavaScript files. You can find more details on how this problem was resolved by other caching plugins on this GitHub page.

    Please provide a solution for preventing the caching of the page containing the Easy Form Builder by your plugin. I need this information to address the issue as a developer and resolve it in the Easy Form Builder.

    Thank you

    The page I need help with: [log in to see the link]

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

    (@vmarko)

    Hello @hassantafreshi

    Thank you for reaching out and I am happy to help with this.

    As I can see from the github link you shared, the hooks for flushing the cache of specific post. In W3 Total Cache we have:

    w3tc_flush_url();
    w3tc_flush_post( $post_id );

    If possible please share an example of the issue (some post or description) SO I can possibly share a more accurate solution.

    You can also always add the page that containing the Easy Form Builder to exclusion in Performance>Page Cache>Advanced>Never Cache following pages, or if the files are minified in Performance>Minify>Advanced>Never Minify following pages
    If some problems are occurring while building the form in the wp-admin, you should make sure that Minify is disabled for the logged in users in Performance>Minify section.

    Let me know if this helps!

    Thanks!

    Thread Starter hassantafreshi

    (@hassantafreshi)

    @vmarko
    Thank you for your response. The issue with the function mentioned in the previous thread has been resolved. The problem was that when the user tried to submit the form for the second time, Easy Form Builder show 304 error to user. The reason for this was a disruption in the authentication process, as we were using something other than nonce. However, as I mentioned, the issue has been resolved with your above-mentioned function. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Resolving Compatibility Issues with Caching Plugins in Form Builders’ is closed to new replies.