The loading animation is spinning forever.
I can’t edit anything on some of my websites.
I think since the new update the compatability to WP Rocket broke.
I am on the newest versions.
Everything is updated.
Hoster: Flywheel
Plugin: WPRocket
The loading animation is spinning forever.
I can’t edit anything on some of my websites.
I think since the new update the compatability to WP Rocket broke.
I am on the newest versions.
Everything is updated.
Hoster: Flywheel
Plugin: WPRocket
Hey @Ravi,
Please first try clearing all caches of WP Rocket and see if it works. If it doesn’t go to Pro > Settings or X > Settings and see what path you’re using.
Take note of the path and contact WP Rocket support to exclude that path and everything under it from caching and all other optimization.
Also exclude cornerstone-endpoint
and all resources (CSS and JS) under the theme and Cornerstone.
That is all from our side. If that does not help, there could be other factors that is causing the issue. In that case, please also check for the following:
Clear all caches including browser cache then deactivate your caching plugin and other optimization plugins.
If you’re using a CDN, please clear the CDN’s cache and disable optimization services.
Test for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Contact your host to increase your allocated memory or do it yourself by adding this code in your wp-config.php
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
Thanks.
Thanks, now it works:
Every option except Minify HTML works.
Minify HTML breaks menus on the frontend.
And Safe Mode for jQuery must be activated!
Otherwise responsive, menus, modal boxes etc. stop to work.
Excluded CSS Files
/wp-content/themes/pro/cornerstone/assets/dist/css/admin/(.).css
/wp-content/themes/pro/cornerstone/assets/dist/css/app/(.).css
Excluded JavaScript Files
/wp-content/themes/pro/cornerstone/assets/dist/js/admin/(.).js
/wp-content/themes/pro/cornerstone/assets/dist-app/js/(.).js
Never Cache URL(s)
/wp-content/themes/pro/cornerstone/assets/dist/css/admin/(.)
/wp-content/themes/pro/cornerstone/assets/dist/js/admin/(.)
/wp-content/themes/pro/cornerstone/assets/dist/css/app/(.)
/wp-content/themes/pro/cornerstone/assets/dist-app/js/(.)
/wp-content/themes/pro/cornerstone/(.)
/cornerstone-endpoint/(.)
/pro/(.*)
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.