WP Multisite: Cornerstone not loading

Hi there,

We set up our multisite but are now unable to access Cornerstone on one of the sites. At the moment it’s just spinning. Our max memory allocated to PHP is at 512m with limit 256m.

Any help would be great. Thanks

Solved! Found a rogue plugin…

Most common issues are occurring due to 3rd party plugin conflicts and caching issues.

Glad you were able to figure it out :slight_smile:

Hi,

We had ‘Async JavaScript’ plugin and ‘Autoptimise’ running which crashed Cornerstone.

With your experience are there alternatives to these plugins which won’t break Cronerstone?

Thank you again

Hi Jon,

You can try W3 Total cache plugin instead.

Then exclude cornerstone js files from minification

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

No need to minify these files as they are already minified by default

Thanks

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