Nothing here is hidden behind a "contact sales" wall. Free features work with zero license. Pro features are marked clearly.
Every uploaded JPEG/PNG (and each generated size) gets a WebP copy, served automatically to supporting browsers.
The first non-logo image on any page gets fetchpriority="high", no lazy-loading, and a preload hint โ works on singular pages, archives, and the homepage.
Reduces default quality to 82 โ visually near-identical, meaningfully smaller.
Removes a render-blocking script core loads on every page for legacy emoji support.
Only needed so other sites can resize an iframe embedding your content.
Stops an admin-only icon font from loading for logged-out visitors.
String-aware CSS minifier โ never touches content inside quotes.
Adds defer to enqueued scripts, excluding jQuery core/migrate automatically.
Standard preload+swap pattern so stylesheets don't block first paint.
For sites that don't need jQuery 3+ compatibility shims.
Helps caching proxies/CDNs treat versioned files consistently.
RSD link, WLW manifest, shortlink, REST discovery link, generator tag.
A common brute-force and DDoS-amplification target.
WordPress Events and News, Quick Draft, Site Health โ the ones making external requests.
Full site-wide toggle, or fine-grained posts-only/pages-only/trackbacks/widgets/feeds control.
Extends WordPress core's native image lazy-loading to embedded iframes.
Nine more independent toggles covering the smaller but real Perfmatters-style cleanup items.
An evenly-weighted checklist โ every point maps to one visible toggle, no black-box math.
Removes the version number from page source and feeds.
Blocks the ?author=1, ?author=2 scan and the REST API's public user list.
Removes the Theme/Plugin File Editor from wp-admin.
One identical message for every failed login, so usernames can't be confirmed by trial and error.
Applied via a real .htaccess rule, one click.
Stops version disclosure through plugin/theme readme files.
A dedicated, separate .htaccess inside wp-content/uploads/ blocks any .php file placed there from running.
Actual certificate inspection โ issuer, expiry date, days remaining โ not just an is_ssl() check.
Read-only recommendations. Never auto-modifies your server โ a plugin that edits wp-config.php risks taking your whole site down.
Downloads enqueued Google Fonts once, serves them from your own domain after โ removes a third-party connection and improves privacy.
Caches anonymous GET requests with no query string. Automatically disables itself if WP Rocket, LiteSpeed Cache, or another caching plugin is detected active.
Only removes data WordPress already marked expired.
Keeps the posts table smaller on frequently-edited content.
Slow it down, or disable it entirely on the frontend and/or the Dashboard screen specifically.
First Contentful Paint, Largest Contentful Paint, Total Blocking Time, Cumulative Layout Shift, Speed Index, and overall Performance score.
Manual "Run Check Now," or an optional daily automatic check with history tracked over time.
Reports on Elementor's own Optimized Asset Loading / Icon SVG experiments, and one-click sets font-display to swap.
Font Awesome, icons, animations, and swiper.js stop loading on pages that don't use them.
Applied to .htaccess on Apache/LiteSpeed, with a copy-paste Nginx-equivalent otherwise.
Raw HTML/CSS/JS into the header, right after <body>, or the footer.
Detects WP Rocket, LiteSpeed Cache, W3 Total Cache, WP Super Cache, SiteGround Optimizer, WP Fastest Cache, Cache Enabler, Autoptimize, WP-Optimize, NitroPack.
Holds non-essential scripts until the visitor interacts, or an 8-second fallback โ usually the biggest lever for Total Blocking Time / INP.
A live panel in the frontend admin toolbar listing every script/style on the current page type, with checkboxes to disable them.
Rewrites static asset URLs to your CDN domain.
Add preconnect/prefetch/preload hints for anything the automatic optimizations don't already cover.
Get emailed when your scheduled score drops into Google's "Poor" range.
Automatically re-warms the free Page Cache after it clears.
YouTube and Google Maps embeds become a lightweight thumbnail โ the real embed loads only on click.
Serves Google Analytics' script from your own domain.
One-click OPTIMIZE TABLE across every table this site owns.
Native browser prerender-on-hover for near-instant navigation.
Disable cart fragments, and dequeue WooCommerce assets on non-shop pages.
The Knowledge Base walks through what to enable first and why.
Download Free