Skip to content

Dashboard

webdesign29 edited this page Jun 13, 2026 · 1 revision

Dashboard

Bext (top-level admin menu, manage_options) is the operator view, plus an admin-bar pill (green ● = served by bext, red ● = not detected) on every page.

Sections

Integration

  • StatusServed by bext / Not detected
  • Modeauto / cloud / off + a link to Settings
  • bext version — from the BEXT_SERVER param (blank under WP-CLI / before a PHP hit)
  • Canonical host, App ID, Purge endpoint

Edge cache

  • Purge entire cache button
  • Purge log — recent purges: when, scope (N paths / site-wide), origin (auto / manual), and a sample of paths

Action Scheduler & cron

  • Async loopback runner status (should read disabled — system cron)
  • Pending / running / failed / completed counts
  • Oldest overdue action

Health

  • Config checks (see Troubleshooting): served-by-bext, WP-cron handling, async runner, known-problematic plugins, open_basedir, object cache
  • Recent PHP warnings (when Capture PHP warnings is on), with a Clear button

bext SDK bridge

  • Email / jobs on-off + app id, with a link to Settings

bext server

  • Live GET /__bext/health reachability check

Notes

  • The dashboard reads local data (options) and one loopback /__bext/health call; nothing leaves the server in Auto mode.
  • All values are escaped; the page is gated by manage_options.

Related: Configuration, WP-CLI (same data from the terminal via wp bext status / wp bext doctor).

Clone this wiki locally