Page Cache & Visibility Manager for Fastest Cache
Page Cache & Visibility Manager for Fastest Cache
Description
This plugin provides simple but powerful controls to manage caching and visibility on a per-page basis:
- Exclude from cache – Prevent Fastest Cache from caching selected pages.
- Hide from customers – Make selected pages invisible to unauthorised users (returns a discreet 404).
- Menu auto-cleanup – Removes hidden pages from navigation menus for unauthorised users.
- Customisable access – Choose which user capability (e.g., Editors or Admins) can see hidden pages.
Works out-of-the-box with WP Fastest Cache, and also sends strict no-cache headers respected by most caching systems.
Installation
- Upload the plugin folder to
/wp-content/plugins/
or install directly via Plugins Add New Upload. - Activate the plugin from Plugins Installed Plugins.
- Go to Settings Page Cache & Visibility to configure:
- Tick pages you want excluded from cache.
- Tick pages you want hidden from non-staff.
- Adjust the required capability (default:
edit_pages).
Faq
It’s designed for Fastest Cache, but also sends no-cache headers that other caching systems respect.
Non-staff users will see a standard 404. Staff with the required capability will still see the page.
Yes. Enter a capability such as edit_pages (Editors+) or manage_options (Admins only).
Reviews
Simple and effective cache control plugin
By adilkhokhar on September 26, 2025
I’ve been using this plugin to manage caching and page visibility, and it works really well. The interface is simple, and it integrates smoothly with Fastest Cache. I especially like the option to exclude specific pages and hide pages from non-staff users — saves a lot of time. Lightweight, easy to use, and does exactly what it promises. Highly recommended!
Changelog
1.0.4
- Removed direct definitions of DONOTCACHE* constants to comply with prefixing guidelines.
- Added strong no-cache headers helper.
- Updated Text Domain to match plugin slug (
pcvmfc-page-cache-visibility). - General code tidy-up and re-test on clean install.
1.0.3
- Changed plugin prefix to “pcvmfc” for uniqueness and compliance.
- Updated Contributors field to match WordPress.org username.
- Removed “WP” from plugin name for guideline compliance.
- Other minor improvements for WordPress.org approval.
1.0.2
- Fixed: Removed deprecated load_plugin_textdomain().
- Fixed: Text domain now matches plugin slug.
- Fixed: Updated Tested up to to 6.8.
1.0.1
- Fixed: Plugin URI and Author URI conflict.
- Fixed: Text domain consistency.
1.0.0
- Initial release.