Title: compatible cache / optimize plugin
Last modified: November 18, 2022

---

# compatible cache / optimize plugin

 *  Resolved [dareko](https://wordpress.org/support/users/dareko/)
 * (@dareko)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatible-cache-optimize-plugin/)
 * Hi, Could you please advise a WP plugin which works most effectively with your
   CFF? More complex calculators increase loading time and I would like to speed
   it up – I mean cache and js/css optimizing.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcompatible-cache-optimize-plugin%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatible-cache-optimize-plugin/#post-16211840)
 * Hello [@dareko](https://wordpress.org/support/users/dareko/)
 * The forms are rendered on the client-side (the browser), and the optimizer plugins
   do not affect the equations. For example, your form with `id="3"` has 122 calculated
   fields with their equations and some of them with dependencies. The form performance
   would not be improved by an optimizer plugin.
 * An alternative would be to disable the dynamic evaluation of the equations and
   enable them 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();
       EVALEQUATIONS(jQuery('[id*="cp_calculatedfieldsf_pform_"]'));
       });
       </script>
       ```
   
 * Best regards.
 *  Thread Starter [dareko](https://wordpress.org/support/users/dareko/)
 * (@dareko)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatible-cache-optimize-plugin/#post-16212128)
 * Thank you very much for the clarification and this alternative idea. Unfortunately
   at the moment it doesn’t give any noticeable progress.
    I will try to test it
   deeper in a few days. Thank you once again for your outstanding support. Kind
   Regards Darek
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatible-cache-optimize-plugin/#post-16212271)
 * Hello [@dareko](https://wordpress.org/support/users/dareko/)
 * Actually, it is preferred to optimize the form structure. Do you need 122 equations?
   In my opinion, you can implement the form with fewer calculated fields but more
   elaborated equations by using conditional statements.
 * Best regards.
 *  Thread Starter [dareko](https://wordpress.org/support/users/dareko/)
 * (@dareko)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatible-cache-optimize-plugin/#post-16214669)
 * I’m afraid in some cases the reduction of equations number would be difficult.
   However, the form mentioned by you ([http://golf.okrasa.eu/?cff-form=3](http://golf.okrasa.eu/?cff-form=3))
   includes 9 equations only.
    I know that I should rather work on optimalization
   of formulas and theirs notation. Is it correct that notation:
 * IF(fieldname1<1,fieldname2,fieldname3)
 * is better / more offective that:
 * (function(){
    if(fieldname1<1) return fieldname2; return fieldname3; })();
 * Please advise me on this matter.
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatible-cache-optimize-plugin/#post-16214821)
 * Hello [@dareko](https://wordpress.org/support/users/dareko/)
 * There is no difference between that equations.
 * Please, indicate the id of the form that takes more time than usual.
 * Best regards.
 *  Thread Starter [dareko](https://wordpress.org/support/users/dareko/)
 * (@dareko)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatible-cache-optimize-plugin/#post-16214981)
 * The most significant effects are visible at my other page scorecard.okrasa.eu:
   [http://scorecard.okrasa.eu/?cff-form=103](http://scorecard.okrasa.eu/?cff-form=103)
   
   There are ca 100 equations. At the moment the “Dynamically evaluate the equations…”
   is unticked and additional HTML code is inserted.
 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatible-cache-optimize-plugin/#post-16215169)
 * Hello [@dareko](https://wordpress.org/support/users/dareko/)
 * With the dynamic evaluation of the equations disabled and enabling them after
   rendering the form, it is loaded immediately, with no delay. Please, watch the
   video by visiting the following link:
 * [https://resources.developers4web.com/cff/tmp/2022/11/19/video.mp4](https://resources.developers4web.com/cff/tmp/2022/11/19/video.mp4)
 * Best regards.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘compatible cache / optimize plugin’ 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/)

## Tags

 * [cache](https://wordpress.org/support/topic-tag/cache/)
 * [loading](https://wordpress.org/support/topic-tag/loading/)
 * [speed](https://wordpress.org/support/topic-tag/speed/)

 * 11 replies
 * 2 participants
 * Last reply from: [codepeople](https://wordpress.org/support/users/codepeople/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/compatible-cache-optimize-plugin/#post-16215169)
 * Status: resolved