I am using your plugin premium converter, but it slow my website, can you please tell me any setting from which i can use plugin and fast up my website
The page I need help with: [log in to see the link]
Thank you for using our plugin. I’ve visited the URL you provided, but it doesn’t contain a form created with our plugin. Could you please send me the URL of the page that contains the form to check its structure?
The page can become slow if you have an endless loop in the form.
You are using an optimizer and cache management plugin that breaks the form structure and plugin code. To prevent the optimizer affects our plugin, please, insert the form shortcode with the iframe attribute as follows:
[CP_CALCULATED_FIELDS id="1" iframe="1"]
Also, if your version of the “Calculated Fields Form” plugin includes the “Activate Forms Cache” option in its settings page, I recommend to untick it because you are caching your form with a third-party plugin.
Please, check there are no endless loops on your form. The plugin works as follows:
When dynamic evaluation of the equations is enabled, each time you vary a field’s value, the plugin must identify all equations affected by the field and evaluates them. The evaluation of the equations modifies the calculated fields’ values. So, the plugin must repeat the process until no field varies its value. When the form is loaded the plugin evaluates all the equations.