Getting Started
Install BoostPro, activate your license, and apply recommended settings for immediate performance gains.
Last updated Feb 21, 2026
Installation
- Purchase BoostPro from srworks.co
- Download the plugin ZIP file from your purchase confirmation email
- In WordPress, go to Plugins → Add New → Upload Plugin
- Choose the ZIP file and click Install Now
- Click Activate Plugin
License activation
After activation, go to BoostPro → License tab and enter your license key. Click Activate to unlock all features.
Your license key is included in your purchase confirmation email. You can also find it in your Polar account under your orders.
| Tier | Sites |
|---|---|
| Personal | 1 site |
| Business | Up to 5 sites |
| Agency | Up to 100 sites |
Admin tabs overview
BoostPro organizes all settings into eight focused tabs:
| Tab | What it does |
|---|---|
| Dashboard | Optimization score (weighted 0-100), PageSpeed Insights integration, cache stats, and quick actions |
| Optimization | Lazy loading, font optimization, connection hints (preconnect/preload), speculative loading, and CDN configuration |
| Cleanup | Resource cleanup (emoji scripts, oEmbed, jQuery Migrate, query strings, Heartbeat API) and database cleanup |
| Advanced | JavaScript defer/delay/minify, CSS minification, Remove Unused CSS, and source comment toggle |
| Cache | File-based page caching with configurable expiry and URL exclusion patterns |
| Images | WebP/AVIF conversion, image dimensions, bulk optimization, delivery method selection |
| Tools | Plugin compatibility checks, export/import settings, reset to defaults |
| License | License activation, deactivation, and revalidation |
Settings badges
Each setting displays a colored badge to help you assess risk before enabling:
- Recommended: Safe defaults that work on virtually all sites. Enable these first.
- Advanced: Powerful optimizations that may need testing on your specific setup. Enable one at a time and verify your site works correctly.
- Caution: Aggressive settings that can break functionality on some sites. Test thoroughly before leaving enabled.
Quick start checklist
Get meaningful performance gains in under five minutes:
- Activate your license in BoostPro → License
- Enable page caching in BoostPro → Cache
- Enable lazy loading in BoostPro → Optimization (default skip count of 2 is good for most sites)
- Enable resource cleanup in BoostPro → Cleanup (toggle on emoji scripts and oEmbed removal)
- Enable font display swap in BoostPro → Optimization under Fonts
- Run a PageSpeed test from the Dashboard to measure your baseline
Tip
You can also click Apply Recommended Settings on the Dashboard to enable all safe defaults in one click.
Killswitch
If something goes wrong, BoostPro includes a killswitch that instantly disables all optimizations without changing your individual settings. Find it as a sidebar widget on the Advanced tab. Toggle it on, diagnose the issue, then toggle it off to restore all your settings.
Emergency: wp-config.php constant
If you cannot access the WordPress admin, add this line to your wp-config.php file to disable all BoostPro optimizations:
define('BOOST_DISABLE', true);Remove the line once the issue is resolved.
Important
The BOOST_DISABLE constant bypasses all BoostPro processing, including page caching. Use it only as a last resort when you cannot access the admin panel.
Next steps
Now that BoostPro is installed and configured with the basics, explore these features:
- Page Caching — file-based HTML caching with smart exclusions and auto-purging
- Lazy Loading — defer offscreen images, videos, and iframes
- Image Optimization — local WebP and AVIF conversion
- JavaScript Optimization — defer, delay, and minify scripts
- CSS Optimization — remove unused CSS and minify stylesheets
- Resource Cleanup — remove WordPress bloat