Why does my form load slower when I view it from localhost?

  • zafanorMDQ
    Asked on April 23, 2015 at 10:20 AM

    load the form in localhost is usually slower than online?

  • raul
    Replied on April 23, 2015 at 12:10 PM

    I'm not sure if I understand your question correctly.

    Are you embedding your form in a website that is loaded in a localhost and this form load slower than when you check your form online?

    If so, you would need to consider that since your form has several conditions (813) in it and these conditions are handled with JavaScript it would take some time to load and process the necessary scripts to make them work with the added time for loading your website.

    If you're referring to something else, please let us know.