Here are some notes and comments on the topic. Additional entries will be added as new points of interest or issues arise that are deemed worth sharing.
Admin Notices
/**
* WP Rocket: Disable clear cache notice.
*
* Disables the admin notice: "One or more plugins have been enabled or
* disabled, clear the cache if they affect the front end of your site."
*/
remove_action( 'admin_notices', 'rocket_warning_plugin_modification' );
Issues
Caching doesn’t work after migration
- Deactivate Plugin
- Delete WP Rocket entries in htaccess
- Delete everything inside of wp-content/cache-folder
- Reactivate Plugin