• Resolved dominikkucharski

    (@dominikkucharski)


    I noticed that pages, where HTML Forms are implemented are loading in 10-15 seconds when there is a mailto: link. After a small investigation, I figured that there is a problem with compatibility with the Email Address Encoder plugin.

    Could you recommend some way of fixing this problem?

    Here is a small documentation page for this plugin: https://encoder.till.im/guide

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Lap

    (@lapzor)

    Can you install https://wordpress.org/plugins/query-monitor/ and see if you can get more specific details what exactly is slowing things down, and if that is a call made by HTML Forms or by the Email address encoder?

    Thanks for letting me know.

    Thread Starter dominikkucharski

    (@dominikkucharski)

    Hello

    The query monitor doesn’t show anything suspicious.

    Here is how this can be reproduced:

    1. All ACF Fields are processed through Email Address Encoder filter to secure emails in the custom fields:

    add_filter('acf/load_value', 'eae_encode_emails');

    2. HTML Form is loaded through shortcode in the ACF Text field.

    Plugin Contributor Lap

    (@lapzor)

    I like to take a look at your query monitor results myself. Please email a link to this thread to support@htmlformsplugin.com

    Thread Starter dominikkucharski

    (@dominikkucharski)

    I’ve sent you an email with the details.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Compatibility with Email Address Encoder’ is closed to new replies.