Skip to content

v2.4.21 — Autoloaded Options Cleanup

Choose a tag to compare

@andrewbakercloudscale andrewbakercloudscale released this 23 Mar 20:18
· 99 commits to main since this release

What's New

⚡ Autoloaded Options Monitor & Cleanup

WordPress loads autoloaded options on every page request. Expired transients and plugin caches often accumulate here, silently bloating memory usage.

New in DB Cleanup tab:

  • Dry Run — previews total autoload size, top 20 rows by size, expired transient count, and what cleanup will do
  • Clean Autoload Now — deletes expired transients and disables autoloading on remaining transient rows (non-destructive; no plugin data removed)

New health metric tile:

  • Dashboard now shows Autoload Size as a 5th tile with RAG colouring: green < 800 KB, amber < 2 MB, red > 2 MB

Changelog

  • Add Autoloaded Options card to DB Cleanup tab
  • Add autoload size health tile to dashboard (5th tile, RAG coloured)
  • Add csc_autoload_scan, csc_autoload_start, csc_autoload_chunk, csc_autoload_finish AJAX handlers