Developer Tools

WP Media Variant Analyzer

Upload a CSV file containing WordPress media library file names and sizes to analyze variants and estimate storage savings. All processing happens in your browser—no files are uploaded to servers.

CSV Format

Your CSV file should have the following format:

filename,size
my-image.jpg,245760
my-image-150x150.jpg,12288
my-image-300x300.jpg,45056
another-photo.png,524288
another-photo-768x432.png,186368

The analyzer detects variants by looking for dimension patterns (e.g., -150x150, -300x200) in filenames. The size column is optional but recommended for accurate savings calculations.