Orpharion is a WordPress Plugin Directory app by Kazuto Takeshita.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Orpharion is a newly-listed WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. no published reviews yet means feature claims are unverified by the wider merchant base. Without a published review base, the only fit-signal available is the developer's own documentation plus the marketplace's listing-quality audit (linked below). Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +Published by Kazuto Takeshita — established developer track record
Cons
- −No public reviews yet — fit and reliability are unverified
Looking to switch from Orpharion?
See Orpharion's alternatives ranked by audit score, rating, and review velocity.
How Orpharion works
Show full descriptionShow less
The wp_options table accumulates leftovers from plugins and themes that have been deactivated or deleted but never cleaned up. Those rows bloat the autoload payload on every page load and there is no built-in way to decide which ones are safe to remove.
Orpharion observes which options are actually read at runtime, attributes each read to the plugin or theme that caused it, and surfaces the raw signals (accessor, autoload flag, size, last-read timestamp) so administrators can decide what to remove:
Observe — the tracker records when and by whom each option is read, using the live PHP backtrace to identify the real caller.
Quarantine — rename the option temporarily so WordPress and the accessing plugin can no longer see it; confirm nothing breaks.
Delete — the row is removed from both wp_options and the tracking table. Use the Export selected bulk action first if you want a restore copy; Orpharion never writes option_value content to the server filesystem on your behalf (option_value can contain API keys, SMTP credentials, and other secrets that should not leak into backups of wp-content/).
Core WordPress options are locked out of destructive operations, on both the deletion and the import side.
The full PHP source ships uncompiled with the plugin; the non-compiled source of the compiled admin bundle (build/index.js, build/index.css) is published at https://github.com/mt8/orpharion — see the Source code section below for the exact build steps.
Source code The published plugin ships with the compiled admin bundle in build/ (build/index.js, build/index.css, build/index.asset.php). The non-compiled source for that bundle lives in src/ in the public GitHub repository:
Repository: https://github.com/mt8/orpharion
Build tool: @wordpress/scripts (uses webpack + Babel under the hood).
Reproduce the bundle:
Clone the repository.
Install dependencies: npm install (Node.js version compatible with @wordpress/scripts is required).
Build: npm run build — produces the same build/ files that are shipped with the plugin.
Watch mode for development: npm run start.
PHP code is shipped uncompiled and is the same in the published ZIP and in the repository.
Features
Per-option read tracking via dynamically registered option_{$name} filters, so every get_option() call is attributed to the real plugin or theme on the call stack.
Accessor inference (live tracker data → slug prefix → curated core list) with an active / inactive flag so you can filter down to options whose owner is no longer present.
Sortable options table with individual columns for accessor, autoload, size, and last-read timestamp — no opaque composite score.
Quarantine mode with automatic expiry (restore / delete / keep) and a manifest table that flags options that are still being accessed.
No server-side backup: JSON exports are browser downloads (or explicit CLI --output), never written to disk on the server — so option_value content does not leak into wp-content/ snapshots.
REST API under /wp-json/orpharion/v1/* (requires manage_options).
WP-CLI commands for scripted pipelines, including --accessor-type / --inactive-only filters on list, export, and clean (clean requires an explicit --i-have-a-backup acknowledgment).
License This plugin is licensed under the GPL, version 2 or later.
Competitors & alternatives
AppRanks tracks competitor sets per category. For Orpharion, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is Orpharion?
Orpharion is an app for WordPress. It is published on WordPress Plugin Directory and tracked by AppRanks, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by Kazuto Takeshita.