Title: loading speed
Last modified: June 7, 2022

---

# loading speed

 *  Resolved [civilvicky](https://wordpress.org/support/users/civilvicky/)
 * (@civilvicky)
 * [4 years ago](https://wordpress.org/support/topic/loading-speed-19/)
 * 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 4 years ago by [civilvicky](https://wordpress.org/support/users/civilvicky/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [4 years ago](https://wordpress.org/support/topic/loading-speed-19/#post-15724919)
 * Hello [@civilvicky](https://wordpress.org/support/users/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](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.

 * ![](https://ps.w.org/calculated-fields-form/assets/icon-256x256.jpg?rev=1734377)
 * [Calculated Fields Form](https://wordpress.org/plugins/calculated-fields-form/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/calculated-fields-form/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/calculated-fields-form/)
 * [Active Topics](https://wordpress.org/support/plugin/calculated-fields-form/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/calculated-fields-form/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/calculated-fields-form/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/loading-speed-19/#post-15724919)
 * Status: resolved