• Resolved dukearmi

    (@dukearmi)


    Hello guys!

    This might be a silly question but here it goes:

    I’m using “Delay” JS scripts (I’m using LiteSpeed for caching), but I want my ConvertKit subscribe form to load instantly. How can I do that without triggering the reCAPTCHA, which causes a slowdown and huge CLS?

    The form is above the fold and uses a script in a custom HTML field that’s similar to this: “<script async data-uid=”c19ba70112″ src=”https://site.ck.page/a12bcd12345/index.js“></script>

    Thank you in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kit

    (@convertkit)

    You may remove the async property for a possible faster loading time. However, this isn’t recommended practice, as it’ll become a blocking element and most likely affect page loading times.

    Any delay introduced to loading scripts by e.g. LiteSpeed would be a question best raised with them, to see if they have a mechanism available to exclude certain scripts from being delayed.

    Thank you!

    Thread Starter dukearmi

    (@dukearmi)

    Thank you for your response.

    Hey! I managed to resolve it by using HTML instead of JS to load the form. Now it’s loading instantly with reCAPTCHA delayed until user interaction (as with the rest of JS files).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Loading ConvertKit form instantly’ is closed to new replies.