Recommended WordPress Plugins

The following plugins are installed with every WordPress site created and deployed by SpinupWP. However, for custom WordPress deployments you will need to install the following plugins yourself.

SpinupWP

This plugin adds page cache purging functionality to your WordPress site. In addition to automatically clearing the page cache for individual posts, pages, and other content when it is updated, this plugin allows you to purge the cache for the whole site as well. It also enables a persistent object cache within WordPress, which will greatly reduce the number of database calls for each page request. This plugin can be easily installed by searching “SpinupWP” inside the WordPress dashboard or, if you’re using composer, by running:

composer require wpackagist-plugin/spinupwp

For more details on our caching setup, see the caching doc.

Limit Login Attempts Reloaded

This plugin prevents an attacker from successfully executing a brute force attack to gain access to your WordPress site. This plugin can be easily installed by searching “Limit Login Attempts Reloaded” inside the WordPress dashboard or, if you’re using Composer, by running:

composer require wpackagist-plugin/limit-login-attempts-reloaded