BoltAudit AI: Speed and Performance Optimization for WordPress

Changelog

0.3.0 – 2026-05-11

  • New: Three destructive cleanup auto-fix actions for the cloud’s guided-fix pipeline
    • delete_post_revisions — sweeps existing wp_posts revision rows in batches
    • cleanup_failed_action_scheduler_records — removes failed WooCommerce / AS jobs older than 30 days (and their logs)
    • truncate_debug_log — empties the WordPress debug.log file in place
  • New: Partial-completion model on the three destructive actions — each REST call processes up to a bounded chunk (5k–10k rows) within a 25-second wall-clock budget, so it never overruns PHP’s max_execution_time on shared hosting; the cloud surfaces the remaining work via a Continue button
  • New: Backend collector signal action_scheduler_failed_old_count (failed AS rows older than 30 days), used by the new cloud-side skill that drives the cleanup recommendation
  • Hardened: cleanup_expired_transients switched from per-row delete_transient() to batched bulk SQL, eliminating the per-call cost spike on sites with tens of thousands of expired transients
  • Hardened: Strict end-state verification (count === 0) on every destructive cleanup so callers using verify as the completion gate never see a false pass on a partial run
  • Hardened: Path-traversal guard on truncate_debug_log refuses any WP_DEBUG_LOG outside the WordPress install tree, preventing accidental truncation of system log files
  • Hardened: Action Scheduler table-existence guard now validates both wp_actionscheduler_actions AND wp_actionscheduler_logs before attempting cleanup, so a partial / corrupted schema no-ops cleanly

0.2.0 – 2026-05-08

  • New: Public /v2/manifest REST endpoint exposing the plugin’s capability list for dashboard discovery
  • New: Local Audit summary redesigned as five detail-area previews (frontend, backend, database, infrastructure, environment)
  • New: Backend layer collectors expanded to cover wave 1–4 data paths, giving AI Audit richer evidence
  • Improved: Check collectors are multisite-aware and no longer pre-cap administrator enumeration
  • Improved: TTFB performance endpoint now respects an optional ?url query parameter for single-page audits
  • Fixed: Namespaced collector edge cases surfaced during PR #37 review

0.1.0 – 2026-05-02

  • New: Plugin-side guided fix endpoints covering all 10 guided action keys
  • New: Batch data collectors for the backend check registry
  • New: Active plugin summaries exposed in baseline
  • Improved: Local Audit and AI Audit admin screens redesigned
  • Improved: HS256 JWT replaces HMAC on backend-authenticated endpoints (WAF-friendly)
  • Improved: Audit request/response logging for easier diagnostics
  • Fixed: WP_Site_Health class lookup in namespaced collector
  • Fixed: Local Audit status pills now reflect actual state
  • Fixed: Performance-budget target labels and hardened HTTPS check
  • Fixed: Relative asset URL resolution and lazy-load behavior via MU plugin

0.0.9 – 2026-04-23

  • New: AI Audit workflow inside BoltAudit
  • New: Bottleneck-focused report model with evidence-backed findings
  • New: Connection and Deep Scan controls for AI Audit setup
  • New: Confidence-aware reporting and continuation workflow

0.0.8 – 2025-09-05

  • Introduced Database Details page
  • Introduced WooCommerce Details page
  • Fixed uncaught error

0.0.7 – 2025-08-08

  • Introduced Post Details page with orphaned metadata and orphaned post record reports
  • Fixed environment “get user ID” issue to ensure accurate username

0.0.6 – 2025-07-30

  • Introduced WooCommerce Performance Insights section
  • Added “Settings” link in the plugin page area for quicker navigation
  • Fixed plugin fetch error

0.0.5 – 2025-07-25

  • Added asset impact metrics: script/style file size and load duration
  • Enhanced SinglePluginRepository caching for faster repeated audits
  • UI improvements for metrics breakdown
  • Bug fixes and performance optimizations

0.0.4 – 2025-07-16

  • Added Site Details section
  • Fixed Plugin Audit for too many plugins
  • Improved table UI

0.0.3 – 2025-07-13

  • Added full Plugin Audit section to detect inactive, outdated, or abandoned plugins
  • Warnings for unused or risky plugins
  • Improved environment and database reporting
  • UI refinements and performance improvements

0.0.2 – 2025-07-05

  • Introduced Database Overview: table sizes, row counts, autoloaded options, transients, and bloat detection
  • Improved post type detection and metadata analysis
  • Minor UI tweaks and wording fixes

0.0.1 – 2025-07-03

  • Initial beta release: post-type analyzer and environment report

Plugin Website
Visit website

Author
HalalBrains
Version:
0.3.0
Last Updated
May 11, 2026
Active Installs
100
Requires
WordPress 6.0
Tested Up To
WordPress 6.8.5
Requires PHP
7.4

Share Post

Join our newsletter.

Get insights into what’s happening at ChangelogWP right in your inbox. We don’t believe in spam.