Nuke Cache
Simple wordpress plugin to delete most common caches directly from server
by Davecamerini · github.com/davecamerini/wp-nuke-cache · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/davecamerini/wp-nuke-cache/archive/refs/heads/main.zipA simple and effective WordPress plugin to manage and clear cache folders in wp-content directory.
Stable tag: 1.0.0
Tested up to: 6.4.3
Description
The Nuke Cache plugin for WordPress scans the wp-content directory for cache folders and provides options to empty them. This plugin is useful for users who want to manage their cache effectively, ensuring that outdated or unnecessary cache files do not take up space on their server.
Features
- Cache Folder Detection: Automatically scans for common cache folders, including
/cacheand/et-cache. - Display Cache Size: Shows the size of the detected cache folders, helping users understand how much space is being used.
- Empty Cache Options: Provides buttons to empty the contents of the detected cache folders with a single click.
- User-Friendly Interface: Integrated into the WordPress admin dashboard for easy access and management.
Installation
-
Download the Plugin: Download the plugin ZIP file from the repository or clone the repository to your local machine.
-
Upload the Plugin:
- Go to your WordPress admin dashboard.
- Navigate to Plugins > Add New.
- Click on Upload Plugin and select the downloaded ZIP file.
- Click Install Now and then Activate the plugin.
Usage
- After activating the plugin, navigate to Cache Nuker in the WordPress admin menu.
- The plugin will scan for cache folders and display their sizes.
- Click the Empty Cache Folder button to delete all files within the
/cachefolder. - Click the Empty Et-cache Folder button to delete all files within the
/et-cachefolder.
Requirements
- WordPress 4.0 or higher
- PHP 5.6 or higher
Troubleshooting
- If you do not see the cache folders listed, ensure that they exist in the
wp-contentdirectory. - Check the
wp-content/debug.logfile for any error messages if the plugin fails to function as expected.
Contributing
Contributions are welcome! If you have suggestions for improvements or find bugs, please open an issue or submit a pull request.
License
This plugin is licensed under the GNU General Public License v2 or later.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Author
Developed by Davecamerini - info@davecamerini.com