Skip Navigation

[Resolved] Optimization tools incompatible with Toolset?

This thread is resolved. Here is a description of the problem and solution.

Problem: I would like to know if optimization tools from 3rd parties are compatible with Toolset.

Solution: In general we recommend you do not include Toolset files in optimization or minification processes. The most important files to exclude are in the wp-content/plugins/cred-frontend-editor directory:

\vendor\toolset\toolset-common\toolset-forms\js\validation.js
\vendor\toolset\toolset-common\visual-editor\res\js\codemirror\lib\codemirror.js
\vendor\toolset\toolset-common\toolset-forms\js\conditional.js
\vendor\toolset\toolset-common\toolset-forms\js\recaptcha-v2\api.js
This support ticket is created 4 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

This topic contains 2 replies, has 2 voices.

Last updated by maxfieldB 4 years, 9 months ago.

Assisted by: Christian Cox.

Author
Posts
#1492631

Tell us what you are trying to do?
Hello, we are trying to use one of the tools like Autoptimize, Hummingbird Page Speed Optimization, or Wp-Optimize to improve the speed and performance of our site.

However it appears turning these plugins on breaks Toolset - do you have any recommendations on how to use these in a compatible way? Thanks!

Max

Is there any documentation that you are following?
No

Is there a similar example that we can see?
No

What is the link to your site?
hidden link

#1492763

Hi, in general we recommend that Toolset's files are not minified or concatenated in any way. We especially recommend you exclude these files in the cred-frontend-editor plugin directory from optimization processes:
\vendor\toolset\toolset-common\toolset-forms\js\validation.js
\vendor\toolset\toolset-common\visual-editor\res\js\codemirror\lib\codemirror.js
\vendor\toolset\toolset-common\toolset-forms\js\conditional.js
\vendor\toolset\toolset-common\toolset-forms\js\recaptcha-v2\api.js

#1497117

My issue is resolved now. Thank you!