AssetDrips
Find, organise, and optimise large WordPress media libraries — non-destructively. Unused-media detection, faceted search, folders/tags/bulk-edit, and WebP/AVIF optimisation.
★ 1stars
3release downloads
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/codedrips/assetdrips/releases/download/v1.0.1/assetdrips.zipFrom the readme
AssetDrips
Find, organise, and optimise large WordPress media libraries — non-destructively.
WordPress's default media library degrades badly as it grows: a flat, date-ordered
list, weak search, no idea where a file is used, no folders, no optimisation, and
queries that fight serialized wppostmeta. Every one of these gets worse the
bigger the library.
AssetDrips fixes this with one fast index and everything reversible. It is a
suite of four complementary tools that all read the same index, so they stay fast
at tens of thousands of attachments — and every destructive action keeps a
restorable backup.
The four tools
🔍 Sift — unused-media detection
Finds attachments that nothing references and tells you what is safe to delete,
with honest confidence tiers and coverage detection (so it knows its own blind
spots). Deletion is a reversible quarantine — move to a holding area with a
one-click restore, never an immediate hard delete.
🧭 Find — fast index + faceted search
A denormalized assetdripsmedia index makes any file locatable in seconds by
attribute (filename, alt text, type, size, dimensions, orientation, uploader,
date) or by usage ("used on this page"). Combinable filters, cl
Read the full README on GitHub →