The WP.one plugin is automatically installed for every WP.one website. This plugin makes it possible to update, improve, test and secure your website directly through WP Admin. This guide provides an overview of the plugin's features.
- Where to find the WP.one plugin
- Backups
- Cache
- Logs
- Staging
- Support
- Updates
- Storage
- Additional options
Where to find the WP.one plugin
- Log in to WP.one.
- Go to Sites at the top of the screen.
- Click WP Admin (next to the desired site).
- In your WP Admin, click WP.one in the menu to the left.
- You have opened the WP.one plugin. On the left menu, you can navigate to either Backups, Cache, Log, Staging, Support, Updates or Storage.
Backups
We automatically create backups for you on a daily basis. However, we recommend that you also create your own backups periodically. With the WP.one plugin, you can easily create and download your backups. Please read our guide Creating backups through the WP.one plugin for detailed instructions.
Cache
By using page cache, your web pages load faster and your site visitors have a better experience. Page cache is therefore enabled automatically. Visit the guide Managing cache through the WP.one plugin for more information on page caching and CDN caching.
Logs
Through the Logs tab, you can easily check your error log, access log and mail log. This is especially helpful for:
- Solving website issues
- Gaining more insights about website visitors
- Checking the delivery of emails sent from your site
You can find more information by reading our guide Using logs through the WP.one plugin.
Staging
The purpose of the staging environment is to test site features before implementing changes on the production version. This way, you can conduct tests without unintentionally affecting the live website. It is especially useful when trying out new themes, plugins or updates. Please read our guide Using the staging environment through the WP.one plugin for step-by-step guidance.
Support
Do you need help with any of the plugin's features? Our contact details can be found on the Support page. Additionally, Debug information can also be found on this page. To assist you as quickly as possible, please provide the support agent with this information.
Updates
WordPress updates are executed automatically to keep your site safe and up to date. You can use the Updates page to manage these updates. Our guide Managing automatic WordPress updates shows you how to do this.
Storage
Do you want to know more about your storage capacity and usage? Just use the Storage page. It will tell you how much free space is left and how much space is used for content, uploads, themes and plugins.
Additional options
HTTP 2.0 Server Push
HTTP 2.0 Server Push technology is activated automatically through the plugin. This technology shortens the loading time of website files and scripts. If needed, you can deactivate HTTP 2.0 Server Push by adding the following code to your wp-config.php file:
define( 'DISABLE_HTTP2_PUSH', false );
Uninstalling the plugin
In case you want to uninstall the WP.one plugin, you can add the code below to the wp-config.php file:
define(’WPCLOUD_DISABLE_MU’, true);