---
title: Disallowed Plugins on Pressable
url: "https://pressable.com/knowledgebase/disallowed-plugins/"
published: 2013-09-30
modified: 2024-09-24
author: Wayne McWilliams
---

There are quite a few plugins in the WordPress ecosystem; WordPress.org has over 59,000 just in [their repository](http://wordpress.org/plugins/). From time to time we run across plugins that don’t play well on our systems, or duplicate functionality we’re already providing as part of our managed services. As such, we’ve added functionality to prevent these plugins from being activated.

## Backup Plugins

At this time, Pressable doesn’t specifically disallow plugin activation for backup-related plugins. However, if our Customer Success team detects that a backup plugin on your site is causing performance and/or resource contention issues, the backup plugin will be disabled and removed. [Pressable provides backup options](https://pressable.com/knowledgebase/accessing-backups/) as part of each hosting plan.

Some backup plugins may fail to work on Pressable sites due to how they locate the site root path. Many assume that the PHP constant `ABSPATH` leads to the site root. While this is common with most WordPress setups, the `ABSPATH` file path is not the location of the site root. [Contact the Customer Success team](https://my.pressable.com/) for further assistance.

## CSS/JS Minification Plugins

These plugins can cause sites to slow down or not function properly:

- [Better WordPress Minify (bwp-minify) plugin](https://wordpress.org/plugins/bwp-minify/)

## Caching Plugins

Third-party caching plugins will not work here at Pressable, as they rely on writing to the `advanced-cache.php` file, which is not allowed. However, the non-caching features of these plugins may still work.

These specific caching plugins are known interfere with our own caching systems and can often break the caching we’ve implemented causing your sites to slow down or not function properly:

- [Nginx Helper (nginx-helper) plugin](https://wordpress.org/plugins/nginx-helper/)
- [W3 Total Cache (w3-total-cache) plugin](https://wordpress.org/plugins/w3-total-cache/)
- [WP Super Cache (wp-super-cache) plugin](https://wordpress.org/plugins/wp-super-cache/)
- [WP Fastest Cache (wp-fastest-cache) plugin](https://wordpress.org/plugins/wp-fastest-cache/)

## Email Plugins

- [E-mail Broadcasting (e-mail-broadcasting) plugin](https://wordpress.org/plugins/e-mail-broadcasting/)
- [Send Email From Admin (send-email-from-admin) plugin](https://wordpress.org/plugins/send-email-from-admin/)
- [WordPress Share Buttons Plugin – E-MAILiT (e-mailit)](https://wordpress.org/plugins/e-mailit/)

## Other Plugins

- [Broken Link Checker (broken-link-checker) plugin](https://wordpress.org/plugins/broken-link-checker/) – Overwhelms our servers with a very high amount of HTTP requests
- [Hummingbird Performance (hummingbird-performance) plugin](https://wordpress.org/plugins/hummingbird-performance/) – While not disallowed, this plugin can lead to eventual memory exhaustion errors
- [Melapress File Monitor (website-file-changes-monitor) plugin](https://wordpress.org/plugins/website-file-changes-monitor/) – The plugin drastically increases the database size of the wp options table (`[db-prefix]_options`)
- [gpt3-ai-content-generator-premium](https://wordpress.org/plugins/gpt3-ai-content-generator/) plugin – The plugin causes replication lag which interferes with our auto-failover functionality.

## Other Scripts

Standalone files and scripts that function outside of WordPress are subject to review and removal if they are deemed to be in violation of our [terms of service](https://pressable.com/legal/terms-of-service/).

This article is subject to change from time to time and if you ever have questions about these plugins, please don’t hesitate to contact our happiness team.
