01 · Capture
Record one bounded workflow
Choose a route or action, select an appropriate mode, and record what the capture could and could not observe.
Product
WP Flame is being built to capture a bounded real WordPress request, show where supported server-side time went, identify the largest measured contributors, and verify whether a change helped.
The core tracing architecture exists, but public-v1 correctness, safety, comparison, benchmark, compatibility, packaging, and release gates have not been publicly passed. This page describes the product direction—not a finished general-availability feature list.
The job
WP Flame focuses on dynamic requests that still execute WordPress: wp-admin, checkout, logged-in pages, REST, AJAX, cron, CLI, and other eligible workflows. It is not a browser speed score or an automatic optimization plugin.
01 · Capture
Choose a route or action, select an appropriate mode, and record what the capture could and could not observe.
02 · Understand
Lead with supported ownership, impact, evidence, confidence, completeness, and the safest next action.
03 · Verify
Compare compatible route, request type, mode, capability, score, and environment cohorts instead of two convenient screenshots.
Capture modes
Every mode adds work. The capture report must make requested, available, failed, and intentionally excluded telemetry visible.
| Mode | Intended observation | Boundary | Use |
|---|---|---|---|
| Safe | Supported lifecycle and WordPress HTTP API activity. | Database and callback capture are intentionally not requested. | Low-risk observation and initial health checks. |
| Standard | Safe-mode evidence plus compatible database capture. | Custom database layers may be unavailable and must remain untouched. | Default manual diagnosis when compatibility succeeds. |
| Deep | Supported WordPress hook-callback timing in addition to available Standard evidence. | Not arbitrary PHP functions; one-shot or time-boxed because it adds more work. | Focused developer diagnosis when callback detail is necessary. |
Product truth
Deliberate boundary
Capability-aware evidence
A trace should record a status for each requested instrumentor so missing evidence cannot silently improve a score or confidence.
Local-first by default
Public v1 is intended to work without a required SaaS service. Any future licensing, analytics, hosted report, AI, or fleet request must be separately disclosed, minimized, and consented to. Redacted local export remains the default handoff direction.
Start with a real incident
Current route to release
The paid design-partner programme pairs controlled captures with founder-led review while the public release gates are completed.