Codipy Booster Pro — one clean plugin instead of a dozen

A lightweight, modular optimization & WooCommerce toolkit for WordPress. Every feature is an independent module you switch on from a modern dashboard — and disabled modules add no PHP, CSS or JS to your site.

Codipy Booster Pro WordPress admin dashboard showing module cards with on/off toggles
The dashboard shows only what you switch on. Each module opens on its own full-width page — active modules never blow up the layout.
WordPress Plugin WooCommerce Performance Security Automation

25+

Independent modules

0 KB

Loaded when a module is off

1 option

Single cached settings row

No build

Vanilla-JS dashboard, ~few hundred KB

Why we built a modular WordPress optimizer

Most WordPress sites end up carrying a dozen single-purpose plugins — one for SMTP, one for security headers, another for checkout tweaks, a fourth for a couple of shortcodes. Each one loads its own code on every request, whether you use it that day or not, and the site quietly gets heavier, slower and harder to maintain. Every extra plugin is also one more thing to update and one more possible security hole.

We wanted the opposite: a plugin that never pretends to be a hundred half-finished features, but ships a clean, extensible core with a set of genuinely useful modules you turn on only when you need them. Switch a module off and it registers no hooks, enqueues no assets and runs no queries — it truly loads zero code. That single idea shapes everything about how Codipy Booster Pro is built, and it's why you can consolidate several plugins without the usual performance tax.

Built to stay fast & small

There's no build step and no framework bloat. The admin dashboard is a dependency-free vanilla-JS app served from one JS and one CSS file, and its assets load only on the plugin's own screen — never on the front end. A ModuleManager lazy-loads each module, calling its register() only when the module is both enabled and available in the current environment. All settings live in one autoloaded cbp_settings option, so reading state costs a single cached lookup rather than a scatter of database calls. The whole plugin footprint is just a few hundred kilobytes.

What's inside the toolkit

Every capability is its own module — opt-in, individually configurable and safe to leave off. Here are the headline categories.

Performance

Disable emojis & oEmbed, clean up wp_head, strip asset query strings, control the Heartbeat API, lazy-load iframes and add DNS-prefetch and preload hints — the unglamorous wins that make pages load faster and improve Core Web Vitals.

Automation Engine

A visual workflow builder — Trigger → Conditions → Filters → Delay → Actions → Finish. 25 triggers, 30 condition fields, 14 filter families and 30 actions, with a background queue, incoming/outgoing webhooks, a public REST API, execution logs and an analytics dashboard.

Security & 2FA

Two-factor authentication (authenticator apps, emailed codes, single-use backup codes), a WAF-lite firewall that blocks probes before WordPress boots, an anti-spam shield, password policy, and login hardening — XML-RPC off, blocked user enumeration, security headers and a login-attempt limiter.

WooCommerce toolkit

Payment-gateway fee/discount rules and visibility, city-based shipping rates, PDF invoices from the order screen, custom prices & currencies, catalog mode, checkout-field control, button & price labels, and marketing tools like GA4 / Meta Pixel and URL coupons.

Email & SMTP

An email-template designer (logo, brand colours, fonts, buttons, footer, custom CSS) with live preview and test send, plus reliable SMTP delivery — the password stored AES-256 encrypted — and a full email log with sent/failed status and auto-purge.

SEO Basics

Meta description, canonical URLs, Open Graph and Twitter Card tags out of the box — and it politely steps aside, auto-skipping itself, whenever a dedicated SEO suite like Yoast, Rank Math, AIOSEO or The SEO Framework is already active.

A visual automation engine, built in

The headline feature is a no-code workflow builder that connects your store to the rest of your stack. Pick a trigger, add conditions and filters, insert a delay if you need one, then fire off actions — send an email through the template designer, message a customer on WhatsApp, post to Slack, Telegram or Discord, call an external API, push to Google Sheets, or run your own PHP hook.

Codipy Booster Pro automation workflow diagram: Trigger, Conditions, Filters, Delay, Actions, Finish
Every workflow runs on a background queue with retries — nothing heavy ever runs inside a checkout request.

The full module catalogue

Grouped by category, every module is opt-in and disabled by default — so activating the plugin changes nothing until you choose it.

⚡ Performance & SEO

  • Asset & wp_head cleanup
  • Heartbeat control, lazy-load iframes
  • DNS-prefetch & preload hints
  • Meta, canonical, Open Graph & Twitter Cards

🛡️ Security

  • Two-Factor Authentication (TOTP + email + backup codes)
  • Firewall (WAF Lite) & Anti-Spam Shield
  • Password policy & login-attempt limiter
  • Temporary passwordless login links

⚙️ Automation

  • Visual workflow builder
  • Background queue with retries
  • Incoming & outgoing webhooks (HMAC)
  • Public REST API + analytics

✉️ Emails

  • Email Template Customizer with live preview
  • Encrypted SMTP delivery
  • Full email log, sent/failed status
  • BCC admin, custom footer text

🛒 WooCommerce

  • Payment-gateway fee/discount rules
  • City-based shipping rates
  • PDF invoicing (classic + HPOS)
  • Prices, currencies, catalog mode

🧩 Extras

  • Marketing: GA4, Meta Pixel, URL coupons
  • Button & price labels, checkout tweaks
  • Handy shortcodes & members-only content
  • WooCommerce Extras (sticky cart, recently viewed)

Up and running in three steps

Install & activate

Upload the plugin and activate it. Nothing changes on your site yet — every module ships disabled by default.

Switch on what you need

Open the dashboard and toggle only the modules you want. Each opens on its own full-width settings page.

Retire the extras

Remove the single-purpose plugins those modules replace — lighter site, fewer updates, one place to manage it all.

Simple, honest pricing

Every plan includes all modules — you only pay for how many sites you run. 7-day free trial · 14-day money-back guarantee.

Personal
1 site
$50/year
  • All modules included
  • 1 site activation
  • 1 year of updates
  • 1 year of support
  • 7-day free trial
Agency
50 sites
$300/year
  • All modules included
  • 50 site activations
  • 1 year of updates
  • 1 year of support
  • 7-day free trial

Secure checkout by Freemius · VAT handled for you · Visa, Mastercard, Amex & PayPal

Engineered like a product, not a bundle

  • PSR-4 style autoloader — no Composer, no build tooling
  • Lazy module loading: disabled modules never hook, enqueue or query
  • One autoloaded cbp_settings option for all state
  • Admin CSS/JS scoped to the plugin's own screen only
  • Extensible: drop in a module class and register it via a filter

Security taken seriously

  • Every REST route gated by capability and WordPress nonce
  • Input sanitised against each module's own field schema
  • Output escaped at print time; SQL via core APIs / $wpdb->prepare
  • Secrets (SMTP password) stored encrypted, never sent to the browser
  • Clean uninstall removes all plugin data

Frequently asked questions

Does it really replace 100+ plugins?

No plugin honestly does, and we don't claim to. Codipy Booster Pro ships a strong, extensible core plus fully-functional modules for the highest-impact features, so you can retire several single-purpose plugins and cut bloat — without pretending one plugin can do everything.

Will it slow my site down?

No. Disabled modules load no code at all — no hooks, no assets, no queries. Enabled modules only add their own hooks, and the dashboard's CSS and JS load only on the plugin's own admin screen, never on the front end.

Is it compatible with WooCommerce and page builders?

Yes. The WooCommerce modules unlock automatically when WooCommerce is active and support High-Performance Order Storage. It works alongside popular themes and page builders, and steps aside when a dedicated plugin — such as an SEO suite — is already handling that job.

Is the SMTP password stored securely?

Yes. It's encrypted with AES-256 using a key derived from your site's secret salts, and it's never sent back to the browser.

Can developers add their own modules?

Yes. Implement ModuleInterface (or extend AbstractModule) and register it via the cbp_modules filter. The dashboard, settings UI and REST layer pick it up automatically — no core edits required.

Want a plugin like this for your business?

We design and build production-grade WordPress & WooCommerce plugins — clean, secure and made to last. Tell us what you need and we'll scope it with you.