Viewing 1 replies (of 1 total)
  • Plugin Author optimalisatie

    (@optimalisatie)

    Hi Aineshane,

    You may try the new Lazy Load Scripts feature in v2.4.2. It enables to suppress any below the fold scripts and makes it easy to filter out problems related to Above the fold optimization.

    https://developers.google.com/speed/docs/insights/PrioritizeVisibleContent

    An example (you could place the code below the form or somewhere below the fold)

    <div data-lazy-widget><!--
    <script type='text/javascript' src='https://www.google.com/recaptcha/api.js'></script>
    --></div>	

    Best Regards,
    Jan Jaap

Viewing 1 replies (of 1 total)

The topic ‘recaptcha.js’ is closed to new replies.