Turbo Speed
Make your WordPress site lightning fast
Make your website the fastest. Improve the loading of images, scripts, and fonts.
Available in these plans
Free, Pro, Plus, Ultra, Agency & Enterprise
Why you'll love it
Images load only when needed
Below-the-fold images wait until the visitor scrolls near them. Above-the-fold content stays untouched for instant display.
Full control over every script
Defer or minify each JavaScript file individually. See which scripts slow your site and fix them with a single toggle.
Leaner stylesheets
Strip comments and whitespace from CSS files. See the exact size reduction per file.
/* Main styles */ body { margin: 0; padding: 0; } .header { display: flex; }
No more double-processing
Automatic detection of optimization plugins that could conflict with Turbo Speed.
Granular optimization
Enable defer, minify, or exclude for each file independently. Total control over every asset.
| File | Defer | Minify | Exclude |
|---|---|---|---|
| theme.css | |||
| app.js | |||
| vendor.js | |||
| checkout.js |
Watch your score climb
Real performance improvements measured by Lighthouse and Core Web Vitals.
Faster page loads
Dramatic reduction in page load time with optimized assets and deferred scripts.
And much more
Database cleanup, image optimization, preloading, DNS prefetch: everything your WordPress site needs to fly.
Explore all featuresHow it works
Install the RakuWP plugin and activate the Turbo Speed service from your dashboard. Lazy loading is enabled by default. To optimize scripts and stylesheets, click "Scan Site" to detect all enqueued assets on your homepage. A table appears listing every JavaScript and CSS file with its handle, file path, and size. Toggle defer or minify per script, and minify per stylesheet. Minified files are cached in your wp-content directory and served automatically. If another optimization plugin is detected, a warning banner helps you avoid conflicts.
Frequently asked questions
Will it break my site if I defer or minify the wrong script?
Turbo Speed gives you granular per-file control, so you can enable optimizations one script at a time and test as you go. If something breaks, simply toggle it off. No site-wide settings that could take everything down at once.
Can I use it alongside a caching plugin?
Yes, but with care. Turbo Speed detects popular optimization plugins like WP Rocket, Autoptimize, and LiteSpeed Cache and shows a warning if it finds one. You can still use Turbo Speed for features your caching plugin does not cover, such as per-script defer toggles.
Does it optimize external scripts and stylesheets?
External files (loaded from third-party domains) can be deferred but not minified, since the original file is not on your server. Minification is available only for local files. The table clearly marks which files are local and which are external.