Minify breaks x theme & cornerstone

I am currently trying to speed up my website but every time I install the fast velocity minify plugin all the content from cornerstone disappears.

Which paths should I put on the CSS/JS ignore list?

Hi @mikethebike,

You may exclude the following js files

If using X

wp-content/plugins/cornerstone/assets/dist/js/site/cs-body.js
wp-content/plugins/cornerstone/assets/dist/js/site/cs-head.js
wp-content/plugins/cornerstone/assets/dist-app/js/cs-vendor.js
wp-content/plugins/cornerstone/assets/dist-app/js/cs.js
wp-content/themes/x/framework/dist/js/site/x.js

If using PRO

wp-content/themes/pro/cornerstone/assets/dist/js/site/cs-body.js
wp-content/themes/pro/cornerstone/assets/dist/js/site/cs-head.js
wp-content/themes/pro/cornerstone/assets/dist/js/site/cs-vendor.js
wp-content/themes/pro/cornerstone/assets/dist/js/site/cs.js

Hope that helps

Thank you for the response I’m still having this issue. Do you have a preference for a minify plugin that has worked with X theme

Hello @mikethebike,

Thanks for updating the thread.

X Theme and Pro Theme files comes optimized so as to not take much of load time. If you would like to optimize the page load time, I suggest you to please take a look at our performance optimization guide:

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.