Title: [Plugin: CloudFlare] database optimizer functionality and warning
Last modified: August 20, 2016

---

# [Plugin: CloudFlare] database optimizer functionality and warning

 *  [Brian Cruikshank](https://wordpress.org/support/users/brianbws/)
 * (@brianbws)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-cloudflare-database-optimizer-functionality-and-warning/)
 * Could you please make the database optimizer functional optional?
 * Many of us already use other plugins to optimize the database, so it would be
   nice if the cloudflare plugin wouldn’t nag us.
 * The other issue is it is currently nagging all users whether they are administrators
   or not. That shouldn’t be.
 * I added this to functions.php to remove it (for those interested):
    function 
   hide_cloudflare_warning() { remove_action(‘admin_notices’, ‘cloudflare_warning’);}
   add_action( ‘admin_init’, ‘hide_cloudflare_warning’, 1 );
 * [http://wordpress.org/extend/plugins/cloudflare/](http://wordpress.org/extend/plugins/cloudflare/)

The topic ‘[Plugin: CloudFlare] database optimizer functionality and warning’ is
closed to new replies.

 * ![](https://ps.w.org/cloudflare/assets/icon-256x256.png?rev=2471183)
 * [Cloudflare](https://wordpress.org/plugins/cloudflare/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cloudflare/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cloudflare/)
 * [Active Topics](https://wordpress.org/support/plugin/cloudflare/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cloudflare/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cloudflare/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Brian Cruikshank](https://wordpress.org/support/users/brianbws/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-cloudflare-database-optimizer-functionality-and-warning/)
 * Status: not resolved