• Resolved hassantafreshi

    (@hassantafreshi)


    I am reaching out to you seeking assistance in resolving a conflict between the Easy Form Builder plugin and the WP-Optimize plugin. I am prepared to collaborate with you to address this issue for the benefit of our mutual users. Do you have a function that allows the exclusion of a specific page from caching, and can this function be invoked within Easy Form Builder?

    Unfortunately, I couldn’t find any email addresses on the website, and I had to resort to reaching out here.

    Best Regards

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support vupdraft

    (@vupdraft)

    We have a section in Cached >> Advanced settings “URL’s to exclude from caching”

    What is the issue you are experiencing?

    Thread Starter hassantafreshi

    (@hassantafreshi)

    It seems that when WP-Optimize is installed, it affects the functionality of?Easy Form Builder. Users are unable to submit the form for the second time, encountering a 403 error from Easy Form Builder. This issue is attributed to a lack of authentication by Easy Form Builder.

    This issue is attributed to a lack of authentication by Easy Form Builder. The root cause seems to be the caching of the page by WP-Optimize .

    Typically, other Cache plugins offer functions to purge or exclude specific pages from caching. You can find examples of such code on?GitHub?for other cache plugins. Do you have a similar function to exclude the form page from caching?

    Thank you

    Plugin Support vupdraft

    (@vupdraft)

    you should be able to exclude any pages with forms in the section “URL’s to exclude from caching”

    Thread Starter hassantafreshi

    (@hassantafreshi)

    Yes, exactly. The solution is as you mentioned. However, my question is whether your plugin has a function that can be invoked in the Easy Form Builder plugin to enqueue the form on the page.

    Plugin Support vupdraft

    (@vupdraft)

    Hi,

    Bear with me, I am just checking this.

    Plugin Support vupdraft

    (@vupdraft)

    Hi,

    You can try the function;

    WPO_Page_Cache::delete_single_post_cache($post_id);

    Thread Starter hassantafreshi

    (@hassantafreshi)

    @vupdraft Thank you! The problem has been successfully resolved with the help of your function. Your assistance is greatly appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Collaborative Effort to Address Performance Conflict’ is closed to new replies.