• Resolved civilvicky

    (@civilvicky)


    I have a calculator with nearly 2500+ fields. It is taking a lot of time while loading. Is there any way to make it fast.
    Sometimes the page even gets unresponsive and have to wait couple of minutes.

    • This topic was modified 3 years, 10 months ago by civilvicky.
Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @civilvicky

    Please, disable the dynamic evaluation of the equations, and then activate this feature by coding after rendering the form:

    1. Untick the “Dynamically evaluate the equations associated with the calculated fields” checkbox in the “Form Settings” tab (https://resources.developers4web.com/cff/images/documentation/form-settings-tab.png).

    2. Insert an “HTML Content” field in the form, and enter the following piece of code as its content:

    <script>
    fbuilderjQuery(document).one('showHideDepEvent', function(){
    ENABLEEQUATIONS();
    });
    </script>

    Best regards.

Viewing 1 replies (of 1 total)

The topic ‘loading speed’ is closed to new replies.