SleekView for WP Options Manager: wp_options as tables
WP Options Manager exposes the wp_options table directly. SleekView wraps that data in a sortable, filterable grid with autoload toggles, size hints, and inline editing so admins can clean up bloat without writing SQL.
♾️ Lifetime License available
wp_options without the spreadsheet feel
WP Options Manager is a thin shell over wp_options, which holds site settings, transients, and any plugin scratch data that doesn't earn its own table. The stock view lists rows in raw key order, paginates poorly, and offers limited filtering. Spotting a runaway autoloaded option that ballooned option_value is hard work.
SleekView reads the same wp_options rows and lifts autoload, the prefix of option_name, and the byte length of option_value into first-class columns. Filters surface every autoloaded option above ten kilobytes, every _transient_ key, and every option matching a plugin prefix you suspect. Sorting by size moves the worst offenders to the top of the list.
Edits go through the WordPress options API via update_option() so autoload flags update cleanly and object caches invalidate. Bulk delete moves orphan plugin keys out without a SQL prompt, and a read-only mode is one capability check away.
Workflow
Set up a wp_options audit view
Pick the source
wp_options as the base table. The plugin's read-only adapter takes over from there.
Compose columns
option_name, prefix, autoload pill, byte length, and last modified. Sort defaults to size descending for autoloaded rows.
Save and scope per role
Edit inline and bulk-clean
Sample columns
A typical wp_options audit view
wp_options with autoload as a filter.
wp_options
| option_name | Prefix | Autoload | Size | Action |
|---|---|---|---|---|
| alm_cache_settings | alm_ | yes | 412 KB | Review |
| _transient_wc_report_sales | _transient_ | no | 84 KB | Keep |
| old_plugin_settings | old_plugin_ | yes | 1.2 MB | Delete |
| siteurl | core | yes | 32 B | Lock |
Comparison
Default WP Options Manager admin vs SleekView
Default WP Options Manager admin
-
Lists
option_namein raw alphabetical order with no size column -
No visual flag for runaway
autoload=yesrows -
Cannot filter by
option_nameprefix in one click - No saved searches for orphan plugin keys
- Bulk delete requires repeated screen actions
SleekView
-
Sortable size column derived from
LENGTH(option_value) - Autoload pill with red highlight for large autoloaded options
-
Prefix filter pulled from the first segment of
option_name -
Saved view for
_transient_and_site_transient_rows - Bulk delete with confirm step that respects capability checks
Features
What SleekView gives you for WP Options Manager
Spot autoload bloat
Sort by LENGTH(option_value) filtered to autoload=yes and the worst offenders rise to the top. One column tells you where the boot-time weight is hiding.
Prefix filters
Group wp_options by the first segment of option_name so plugin keys cluster together. Find every edd_ or elementor_ option without typing SQL.
Safe inline edits
Toggle autoload, edit values, or delete rows through update_option() and delete_option(). Object caches stay in sync and capability checks still run.
Audience
Who uses SleekView for WP Options Manager
Site administrators
Audit wp_options for stale plugin keys and reduce the autoloaded payload. Save a Cleanup queue view and process it during maintenance windows.
Performance engineers
Sort autoloaded options by byte length to track down boot-time slowdowns. Compare snapshots before and after disabling a heavy plugin.
Agency operators
Standardise an wp_options review on every site they manage. Read-only views for juniors, write access for leads.
The bigger picture
Why wp_options hygiene matters
Every WordPress site boots by loading the autoloaded slice of wp_options on every request, and once that slice grows past a megabyte the time-to-first-byte starts to climb. Most teams never see this until a developer profiles the site, because the default WP Options Manager screen is a flat list with no size column. WP Options Manager solves the access problem but stops short of giving admins a real audit surface.
SleekView fills that gap with grids, filters, saved views, and inline edits driven by the standard options API. Performance engineers track autoload bloat as a metric, agency operators standardise the audit across every site, and site administrators prune stale plugin keys with one bulk action. The whole exercise is repeatable, auditable, and safe because it runs through update_option and delete_option rather than direct SQL.
Sites stay faster as plugins come and go, and the database table that powers WordPress stays small enough to read at a glance.
Questions
Common questions about SleekView for WP Options Manager
Edits go through the standard update_option() API so caches invalidate and filters fire. SleekView adds a confirm step for any row with a core option_name like siteurl or home to prevent accidents.
Yes. SleekView can export a filtered grid to CSV or JSON, and you can scope the export to a prefix or to autoloaded rows only. Pair it with a database backup before bulk delete operations.
 
SleekView computes byte length with LENGTH(option_value) which is an indexed operation on most MySQL setups. For very large stores the column can be turned off or pre-cached during overnight runs.
Yes. Mask any option_name matching a pattern like *_secret or *_token so values display as redacted dots. Reveals require an extra capability check.
Yes. SleekView can point at wp_sitemeta on multisite installs and apply the same filters and edits. Network admins get a single grid across the network.
Yes. Bulk delete fires delete_option for each row so plugins listening to that hook still react. The job runs in a background queue for large selections.
Yes. The inline editor shows a before-and-after diff for any option_value over a few hundred characters so admins can confirm the change without leaving the row.
Yes. Because edits route through the WordPress options API, Redis Object Cache, W3 Total Cache, and similar drop-ins invalidate keys correctly on update or delete.
 Pricing
More than 1000+
happy customers
Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.
Lifetime ♾️
Most popular
EUR
once
- Unlimited websites
- Lifetime updates
- Lifetime support
...or get the Bundle Deal
and save €250 🎁
The Bundle (unlimited sites)
Pay once, own it forever
Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.
What’s included
-
SleekAI
-
SleekByte
-
SleekMotion
-
SleekPixel
-
SleekRank
-
SleekView
€749
Continue to checkoutBrowse more
- Woocommerce Purchase Orders
- Wpc Product Quantity
- Woocommerce Shipping Canada Post
- Woocommerce Wholesale Prices
- Yith Woocommerce Multi Vendor
- Thirstyaffiliates
- Yith Woocommerce Sales Countdown
- Woocommerce Shipping Australia Post
- Woocommerce Attribute Swatches
- Woocommerce Quickbooks Sync
- Woocommerce Extra Fees
- Woocommerce Bing Shopping
- Woocommerce Pricing Deals
- Woocommerce Amazon Pay
- Printful Integration