Coming Soon — WordPress Plugins

Your Oxygen site
can't breathe.

Hyperbaric is two plugins that transform Oxygen Builder — a performance engine that eliminates application-layer bottlenecks, and a toolkit with the workflow tools Oxygen should have shipped with.

No spam, ever. Just a single email when we launch.

Performance + Precision.

Oxygen Builder is the most powerful page builder on WordPress. But power without optimisation is just wasted cycles. Hyperbaric addresses what Oxygen left behind — both the speed it sacrifices and the workflow tools it never built.

Plugin 1

Oxygen Performance Pro

Application-layer performance optimisation that works where LiteSpeed and Cloudflare can't. Targets the database queries, CSS pipelines, and builder inefficiencies baked into Oxygen's architecture.

85% fewer queries 95% less CSS regen 18 modules

Plugin 2

Hyperbaric Toolkit

Six workflow modules that every Oxygen site needs — global search & replace, unused CSS cleanup, element auditing, safe-update snapshots, performance monitoring, and automated health reports.

6 modules Full WP-CLI Zero bloat

The speed your server-side
caching can't deliver.

LiteSpeed Cache handles HTTP responses. Cloudflare handles delivery. Neither can fix the 30+ redundant database queries Oxygen fires on every uncached page load, or the CSS regeneration pipeline that rebuilds every page when you change one. That's where OPP operates.

Database Query Batching

Consolidates Oxygen's scattered individual queries into batched operations. Turns 30+ queries per uncached page load into 1–2.

85% reduction
🎨

Selective CSS Regeneration

When you edit one page, Oxygen rebuilds CSS for every page. OPP tracks which pages are actually affected and only regenerates those.

95% faster saves
🏗

Builder Interface Optimisation

Reduces editor load times, defers non-critical asset loading, and optimises the builder's own DOM operations for smoother editing.

Faster editing
🔗

Smart LiteSpeed Integration

Bridges OPP with LiteSpeed Cache — targeted purges instead of full flushes, intelligent cache warming, and precise invalidation hooks.

Surgical purges

Configurable Cache TTLs

Per-module time-to-live controls with sensible defaults. Resolution cache, fragment cache, and critical CSS all independently tuneable.

Fine-grained control
🔥

Background CSS Warming

Runs via Action Scheduler (or WP-Cron fallback). Resumable batches with timeout guards — warms your entire site's CSS cache without blocking requests.

Action Scheduler
📊

Database Query Profiler

Opt-in profiler that captures Oxygen-related queries on frontend loads (admin only). Shows the top 20 slowest queries with callstack and timing data.

Zero visitor overhead
🧩

Fragment Caching

Caches expensive template fragments. Ships disabled by default — safe mode excludes WooCommerce pages, dynamic filters, and logged-in users automatically.

Dynamic-site safe
🛡

Hardened & Safe

Kill-switch constant, ConflictGuard that detects competing optimisation plugins, output buffer nesting priority, and try/catch safety wrappers on every hook.

Production-ready

Before & After OPP

Before
34 queries
After
5 queries
Before
1.8s CSS regen
After
0.09s

Everything Oxygen forgot to build.

Six modules, each toggleable — zero overhead for anything you don't enable. One install. One update cycle. Shared architecture underneath.

01 — SEARCH & REPLACE

Global Search & Replace

Find and replace text, URLs, CSS classes, or any value across every Oxygen element on your entire site. Preview matches before committing. Regex support. Automatic backups.

  • Four scoped modes: all properties, content, classes, URLs
  • Regex pattern matching for surgical precision
  • Preview table with highlighted inline matches
  • Auto-creates WP revisions before every modification
  • Operation log tracks the last 50 replacements
wp hyper replace
$ wp hyper replace \   --search="staging.example.com" \   --replace="example.com"   Scanning 247 posts... 83 replacements across 31 posts Revisions created for all modified posts

02 — CSS CLEANUP

Unused CSS / Class Cleanup

Scans every page and cross-references against your defined global classes. Flags orphans that exist in settings but aren't applied to a single element anywhere.

  • Cross-references defined classes against actual usage
  • Maps which classes are used on which pages
  • Identifies orphaned presets and dead custom CSS
  • Non-destructive — report only, you decide what to clean
  • Weekly digest email: "3 new unused classes since last week"
class audit results
Defined classes     48
In use            41
Unused / orphaned  7
  .legacy-card-shadow .hero-v1-gradient .promo-banner-old

03 — ELEMENT AUDIT

Element Usage Audit

Indexes which elements, global blocks, and popups are used on which pages across your entire site. Finally answers "where is this global block used?"

  • Catalogues every element type by page count
  • Maps global block references — know exactly where each is used
  • Tracks popup and template assignments
  • Incremental index — updates on content save
element index
// Global Block #42: "Site Header" Used on: 127 pages   // Element breakdown Section         312 instances Div             847 instances Text            503 instances Image           194 instances Global Block      38 references

04 — SNAPSHOTS

Safe Update Snapshots

Automatically exports your Oxygen global settings, class definitions, and template assignments before any plugin update. One-click restore from the admin dashboard.

  • Auto-triggers before Oxygen, Breakdance, and OPP updates
  • Manual snapshot creation from admin or CLI
  • Snapshot diff viewer — see exactly what changed between any two snapshots
  • Restoring auto-creates a backup first — undo a restore
  • Max 10 retained with automatic FIFO rotation
snapshot manager
Auto-snapshot before update: oxygen  2m ago Manual snapshot                   3h ago Pre-restore backup               1d ago Auto-snapshot before update: opp    3d ago   Diff: +4 classes −1 class ~2 settings ↻ Restore   ✕ Delete   ⇔ Compare

05 — PERFORMANCE WIDGET

Admin Bar Performance

A lightweight always-on indicator in your WordPress admin bar. See page generation time, database query count, peak memory usage, and cache status at a glance.

  • Page gen time, query count, and peak memory at a glance
  • LiteSpeed Cache hit/miss/bypass detection
  • OPP boot time integration when installed
  • Admin-only — completely invisible to visitors
admin bar
47ms
PAGE GEN
12q
QUERIES
18MB
MEMORY
HIT
CACHE

Always visible in your admin bar. Zero output buffering overhead.

06 — WEEKLY DIGEST

Automated Health Reports

Runs the CSS scan and element audit automatically every week and emails you a summary. Tracks changes over time — new unused classes, element count deltas, site growth.

  • Automated weekly scan via Action Scheduler or WP-Cron
  • Styled HTML email with site overview and CSS health
  • Highlights new unused classes since last week
  • Configurable recipient — send to any email address
weekly digest email
Subject: [Hyperbaric] Weekly Digest — 28 Feb   Oxygen Pages    247 (+3) Total Elements  4,891 (+42) CSS Classes     41 in use / 7 unused   New unused: .old-promo-bar Now in use: .card-hover-v2

Two plugins.
One shared brain.

OPP optimises Oxygen's performance at the application layer. The Toolkit uses the same TreeWalker engine to parse Oxygen's element trees for search, audit, and cleanup. They're separate plugins that play nicely together — install one or both. No conflicts, no duplication.

OPP Modules
Query Batching CSS Regen Fragment Cache LiteSpeed Bridge Cache Warming Query Profiler
Toolkit Modules
Search & Replace CSS Cleanup Element Audit Snapshots Admin Bar Digest
Shared Core
TreeWalker PostScanner SettingsReader
Oxygen 6 / Breakdance
breakdance_data global_settings classes_json

Automate everything.

Both plugins ship with full WP-CLI support. Script your migrations, schedule your audits, snapshot before deployments.

$ wp opp status OPP v1.2.0 — 18 modules active Query batching: ON | CSS regen: ON | Profiler: OFF   $ wp hyper css-scan Defined: 48 | In Use: 41 | Unused: 7   $ wp hyper replace --search="old.com" --replace="new.com" --dry-run DRY RUN — 83 matches across 31 posts   $ wp hyper snapshot Snapshot created: snap_1709308800_x7k2m9

Ready to pressurise?

Hyperbaric is launching soon. Drop your email and you'll be the first to know.

One email. No spam. Just launch day.