Is there a way to improve or increase the speed of the iframe on our website?

  • chrisgothard
    Asked on January 17, 2018 at 1:17 PM

    Hello,

    Thank you for your email. I am able to embed with javascript and I have found that the IFrame embed code results in a slower form rendering. Is there a way to improve the render speed or increase the render speed of the first part of the form? Would async or defer attributes help?

    Thanks,

    Chris


    A new response has been received:


    JOTFORM Screenshot 10


    Answered by Jim_R


    Hello Chris - Most script conflicts can be fixed by using the iFrame Embed codes.


    Complete guide: Getting-the-form-iFrame-code


    Can you please give that a try and let us know how it goes?


    View this thread on browser » Unsubscribe Thread


    1516172731  



  • Welvin Support Team Lead
    Replied on January 17, 2018 at 2:01 PM

    I understand, but considering the length of the form, it will be significantly slower on your website. I have done the asynchronous method before, but I am not sure how to apply it to the iframe embed codes. 

    A workaround we can try right now would be to try the jQuery noConflict method on your website. Do you have access to your website header or footer codes? If yes, that will be great. Please insert any of the following codes before or after your jQuery codes in the footer part:

    <script>$.noConflict();</script>

    <script>jQuery.noConflict();</script>


    I hope this helps. Please let us know if the issue persists even after adding the above line of scripts.