Description
Safety-First WordPress Performance Optimization
Pilot Speed Pro is a WordPress performance optimization plugin developed by BankWP. It combines secure page caching, WooCommerce-aware exclusions, browser-cache controls, performance diagnostics, restore points, and automatic rollback in one accessible dashboard.
The plugin is designed to improve the delivery of eligible public WordPress pages without caching sensitive, private, authenticated, transactional, or session-dependent requests.
Instead of applying risky modifications without verification, Pilot Speed Pro tests supported optimizations and reports when a hosting provider, firewall, CDN, or server configuration prevents an optimization from being confirmed.
Current release status: Pilot Speed Pro is currently offered as an early-access beta. It should first be installed and tested on a staging website before being activated on a production store or business website.
Why Buy Pilot Speed Pro?
Performance With a Safety Net
Pilot Speed Pro creates restore points before important configuration changes. If its early-cache verification fails, the plugin attempts to roll back the drop-in instead of leaving an unverified caching configuration active.
Designed for WordPress and WooCommerce
The caching policy excludes common WordPress administration, authentication, preview, REST, search, error, password-reset, and session-dependent requests. WooCommerce carts, checkout, customer accounts, coupons, payments, callbacks, webhooks, and session cookies receive additional protection.
Real Verification
The plugin performs HTTP, filesystem, cache, server-header, cron, REST API, loopback, ownership, and compatibility checks. A feature is not reported as verified solely because a configuration file was written.
Beginner-Friendly Controls
The dashboard includes a prominent Optimize My Site button, visible status information, diagnostics, cache controls, restore points, and an English Help & How It Works section.
No Telemetry by Default
Pilot Speed Pro does not send usage information or performance data to BankWP by default.
Independent Architecture
The plugin uses its own modular caching and safety architecture. It does not require LiteSpeed Server and is not a copy of WP Rocket, LiteSpeed Cache, FlyingPress, or another commercial optimization product.
Pilot Speed Pro Features
- Optimize My Site: Applies the conservative optimization profile and creates a restore point before making changes.
- Early page caching: Supports an owned
advanced-cache.phpdrop-in for serving eligible cached HTML before the normal WordPress bootstrap. - Safe drop-in ownership: Never overwrites an
advanced-cache.phpfile owned by another plugin. - Automatic rollback: Attempts to restore the previous drop-in state when the real cache verification fails.
- Secure cache keys: Uses normalized URLs and hashed cache paths.
- Query-string protection: Unknown query parameters are excluded from caching by default.
- Tracking-parameter normalization: Recognized marketing parameters can use the canonical cache entry.
- Response safety: Responses with cookies or private, no-cache, or no-store directives are not stored.
- Cache stampede protection: Uses non-blocking generation locks to reduce concurrent cache generation.
- Selective purging: Removes relevant post, homepage, archive, and taxonomy cache entries after content changes.
- Browser-cache controls: Generates isolated Apache-compatible rules and a configuration snippet for Nginx.
- WooCommerce safeguards: Excludes sensitive shopping, payment, customer, webhook, callback, and session requests.
- Safe Mode: Returns the plugin to its most conservative configuration.
- Restore points: Stores up to ten Pilot Speed Pro configuration snapshots.
- Settings import and export: Supports portable JSON settings files with allow-listed values.
- Performance diagnostics: Performs real HTTP, cache, filesystem, server, cron, REST, and ownership tests.
- WP-CLI commands: Provides command-line status, purge, cleanup, optimization, and Safe Mode controls.
- Multisite-aware storage: Separates cache storage using the WordPress site ID.
How the Page Cache Works
When an eligible visitor opens a public page, WordPress generates the response normally. Pilot Speed Pro validates the response and stores the resulting HTML only when it is safe to do so.
Future eligible requests can receive the cached HTML without repeating the complete WordPress rendering process. This can reduce PHP processing and database activity for cacheable public pages.
Page-Cache Safety Controls
- Atomic cache-file writing
- Hashed cache paths
- Non-blocking generation locks
- Configurable cache lifetime
- Unknown query-string rejection
- Tracking-parameter normalization
- Excluded URL and cookie lists
- WordPress cache-exclusion constant support
- Cookie and private-response detection
- Selective content purging
- Complete manual cache purge
Responses That Are Not Stored
Pilot Speed Pro does not store responses that set cookies or include private, no-cache, no-store, or pragma no-cache directives.
Purge Cache removes generated Pilot Speed Pro HTML cache files. It does not delete WordPress pages, posts, products, orders, customers, media, themes, plugins, or database content.
What Is Safe Mode?
Safe Mode returns Pilot Speed Pro to its most conservative operating profile when you suspect an optimization conflict.
When Safe Mode Is Activated
- A restore point is created before the configuration changes.
- Basic page caching remains enabled.
- The Pilot Speed Pro browser-cache block is removed from
.htaccess. - Advanced optimization settings are marked as disabled.
- Existing cached HTML pages are purged.
Safe Mode Does Not
- Disable WordPress
- Disable your active theme
- Disable other plugins
- Delete posts or pages
- Delete WooCommerce products or orders
- Delete users, media, or database records
- Remove unrelated
.htaccessrules - Overwrite another plugin’s cache drop-in
Safe Mode remains active until you run Optimize My Site again or restore a configuration in which Safe Mode was disabled.
WooCommerce-Safe Caching
WooCommerce websites combine public product information with private customer and session information. Caching those requests incorrectly can produce stale carts, account problems, or checkout failures.
Pilot Speed Pro excludes common WooCommerce-sensitive requests, including:
- Cart pages
- Checkout pages
- My Account pages
- Add-to-cart requests
- Apply-coupon requests
- Remove-coupon requests
- Payment endpoints
- Order payment pages
- Order received pages
- WooCommerce AJAX
- WooCommerce API requests
- Payment callbacks
- Webhooks
- Logged-in customers
- Cart cookies
- WooCommerce session cookies
Payment, membership, multilingual, LMS, subscription, and checkout extensions can introduce additional private endpoints. Always test the complete customer journey on a staging website before production activation.
Real Performance Diagnostics
Pilot Speed Pro performs operational tests instead of reporting features as active based only on saved settings.
- PHP version
- Database version
- Web-server detection
- REST API HTTP request
- Frontend loopback request
- Writable cache-directory test
- Page-cache MISS then HIT test
- Browser-cache response-header verification
- Failed or overdue cron-event detection
- Conflicting cache-plugin detection
advanced-cache.phpownershipobject-cache.phpownership- WooCommerce exclusion-policy test
- Cache-directory size
- Expired cache-file count
Hosting firewalls, Cloudflare, CDNs, reverse proxies, Basic Authentication, or ModSecurity can block server-to-site loopback requests. When this happens, Pilot Speed Pro reports the failure and does not claim the affected feature was verified.
Restore Points and Rollback
Pilot Speed Pro retains up to ten restore points containing:
- Pilot Speed Pro settings
- The exact Pilot Speed Pro
.htaccessblock - Owned early-cache drop-in state
- Drop-in configuration state
- Plugin version
- WordPress user ID
- Creation timestamp
When a restore point is applied, the plugin restores the available configuration, purges cached HTML, performs a frontend loopback test, and reports partial restoration errors clearly.
Restore points are not complete website backups. Continue using a dedicated WordPress backup system for files, media, and the database.
Supported Server Environments
- Apache
- Nginx
- LiteSpeed
- OpenLiteSpeed
- Compatible shared-hosting environments
- Cloudflare environments with correctly configured loopback exceptions
Apache, LiteSpeed, and OpenLiteSpeed
Pilot Speed Pro manages only the browser-cache rules contained between its own markers:
# BEGIN Pilot Speed Pro
END Pilot Speed Pro
The plugin creates timestamped backups and uses temporary-file replacement when updating supported server files.
Nginx
WordPress cannot safely modify the primary Nginx server configuration. Pilot Speed Pro provides a configuration snippet that must be installed and validated by the website administrator or hosting provider.
Cloudflare and External Firewalls
Cloudflare or another security layer may block server-to-site loopback verification. If this happens, create a narrowly scoped exception using the website server IP and the Pilot Speed Pro diagnostic user agent. Do not disable the complete firewall.
1-Year License and Annual Renewal
This product is sold with a 12-month license for one website.
Your 12-Month License Includes
- Use on one licensed WordPress website
- Plugin downloads for 12 months
- Updates released during the active license period
- Security and compatibility improvements released during the active license period
- Access to new eligible versions released during the active license period
- Technical support during the active license period
Annual Renewal
The license is valid for 12 months from the original purchase date. It must be renewed every 12 months to continue receiving:
- Plugin updates
- Security updates
- Compatibility updates
- New feature releases
- Product downloads
- Technical support
Renewal creates a new 12-month license period. Renewal pricing and applicable taxes are displayed during checkout or renewal.
Important: purchasing this product does not provide a lifetime license. Updates, downloads, and support are limited to the active annual license period.
Unless automatic renewal is explicitly enabled and disclosed during checkout, the customer is responsible for renewing the license before expiration.
This product is sold with a 12-month license for one website.
Your 12-Month License Includes
- Use on one licensed WordPress website
- Plugin downloads for 12 months
- Updates released during the active license period
- Security and compatibility improvements released during the active license period
- Access to new eligible versions released during the active license period
- Technical support during the active license period
Annual Renewal
The license is valid for 12 months from the original purchase date. It must be renewed every 12 months to continue receiving:
- Plugin updates
- Security updates
- Compatibility updates
- New feature releases
- Product downloads
- Technical support
Renewal creates a new 12-month license period. Renewal pricing and applicable taxes are displayed during checkout or renewal.
Important: purchasing this product does not provide a lifetime license. Updates, downloads, and support are limited to the active annual license period.
Unless automatic renewal is explicitly enabled and disclosed during checkout, the customer is responsible for renewing the license before expiration.
This product is sold with a 12-month license for one website.
Your 12-Month License Includes
- Use on one licensed WordPress website
- Plugin downloads for 12 months
- Updates released during the active license period
- Security and compatibility improvements released during the active license period
- Access to new eligible versions released during the active license period
- Technical support during the active license period
Annual Renewal
The license is valid for 12 months from the original purchase date. It must be renewed every 12 months to continue receiving:
- Plugin updates
- Security updates
- Compatibility updates
- New feature releases
- Product downloads
- Technical support
Renewal creates a new 12-month license period. Renewal pricing and applicable taxes are displayed during checkout or renewal.
Important: purchasing this product does not provide a lifetime license. Updates, downloads, and support are limited to the active annual license period.
Unless automatic renewal is explicitly enabled and disclosed during checkout, the customer is responsible for renewing the license before expiration.
- WordPress: 6.4 or newer
- PHP: 8.0 or newer
- License: Active Pilot Speed Pro annual license
- Permissions: WordPress must be able to write to the Pilot Speed Pro cache directory.
- Early caching:
WP_CACHEmust be enabled manually inwp-config.php. - Apache browser rules: The WordPress
.htaccessfile and directory must permit the required updates. - Nginx: Server-level configuration access or hosting assistance may be required.
- Cloudflare: Loopback requests must not be blocked by the WAF or bot protection.
Installation Instructions
- Download the Pilot Speed Pro ZIP file while your annual license is active.
- Create a complete backup of the WordPress files and database.
- Install and test the plugin on a staging website first.
- Open the WordPress administration dashboard.
- Go to Plugins > Add New Plugin > Upload Plugin.
- Select the Pilot Speed Pro ZIP file.
- Click Install Now.
- Activate Pilot Speed Pro.
- Back up
wp-config.php. - Add
define( 'WP_CACHE', true );above the line that loadswp-settings.php. - Open Pilot Speed from the administration menu.
- Run Diagnostics.
- Click Optimize My Site.
- Test public pages, login, forms, search, password reset, and all WooCommerce customer flows.
Pilot Speed Pro intentionally does not edit wp-config.php automatically.
Frequently Asked Questions
How long is the Pilot Speed Pro license valid?
The license is valid for 12 months from the original purchase date.
Do I need to renew the license?
Yes. The license must be renewed every 12 months to continue receiving plugin downloads, updates, security improvements, compatibility releases, new eligible versions, and technical support.
Is this a lifetime license?
No. Pilot Speed Pro is sold as an annual product. A purchase provides one 12-month license period.
How many websites can use this license?
This product includes activation and support for one licensed WordPress website during the active 12-month license period.
Does Pilot Speed Pro require LiteSpeed Server?
No. The plugin uses its own WordPress-level file cache and supports Apache, Nginx, LiteSpeed, and OpenLiteSpeed environments.
Does Pilot Speed Pro cache WooCommerce checkout pages?
No. Common cart, checkout, account, coupon, payment, callback, webhook, AJAX, cookie, session, and logged-in customer requests are excluded.
What happens when I click Optimize My Site?
The plugin creates a restore point, applies its conservative page-cache profile, attempts to configure supported browser-cache rules, installs its owned early-cache drop-in when allowed, performs real verification, clears stale cache, and reports any partial errors.
What happens if the early-cache test fails?
Pilot Speed Pro attempts to restore the previous drop-in state and reports the reason the verification failed.
What is Safe Mode?
Safe Mode returns Pilot Speed Pro to its most conservative configuration. It keeps basic page caching, removes the plugin’s browser-cache rule block, disables advanced optimization flags, and clears generated cached pages.
Does Safe Mode delete website content?
No. Safe Mode does not delete posts, pages, products, orders, customers, media, users, themes, plugins, or database records.
What does Purge Cache remove?
It removes generated Pilot Speed Pro HTML cache files only. It does not remove WordPress content.
Why can Cloudflare cause a diagnostic warning?
Cloudflare can block server-to-site loopback requests or return a cached response before the request reaches WordPress. Pilot Speed Pro reports this condition instead of claiming the cache was verified.
Does the plugin overwrite another cache plugin’s drop-in?
No. Pilot Speed Pro detects foreign advanced-cache.php ownership and refuses to overwrite it.
Does Pilot Speed Pro edit wp-config.php automatically?
No. The administrator must back up and enable WP_CACHE manually.
Are restore points complete backups?
No. Restore points contain Pilot Speed Pro configuration and owned integration state. Use a dedicated backup product for WordPress files and the database.
Does Pilot Speed Pro send telemetry?
No telemetry or usage tracking is enabled by default.
Is the current version a stable production release?
The current product is an early-access beta. Test it on staging before production deployment and review the supplied documentation and known issues.
Are CSS, JavaScript, image, database, CDN, and AI optimization included?
Not in the current phase. These modules are not advertised as active until they are implemented and tested.
Optimize WordPress With Safety and Transparency
Pilot Speed Pro brings together conservative page caching, WooCommerce-aware protection, real diagnostics, Safe Mode, restore points, and automatic rollback in one beginner-friendly performance plugin.
Purchase Pilot Speed Pro today and receive a 12-month license for one WordPress website, including updates and support during the active license period.
Review the annual license terms or return to the product navigation.






Reviews
There are no reviews yet.