Deskripsyon
Super Duper Image Auto Optimizer compresses newly uploaded images (JPEG/PNG/WebP), strips EXIF, and generates modern formats (WebP/AVIF when supported). It also includes a one-click bulk optimizer in the admin and a WP-CLI command for existing media.
Highlights
– Automatic optimization for new uploads (original + sizes)
– One-click bulk optimization (batched via AJAX, resume)
– WebP generation and AVIF when supported
– Imagick preferred; GD fallback
– No third-party services or tracking
– WP-CLI: wp sdiao:bulk
Usage
- Bulk optimize: Media Super Duper Image Auto Optimizer Bulk Optimize.
- WP-CLI:
wp sdiao:bulk.
FAQs
= Do I need to drag and drop into the plugin? =
No. It hooks into normal uploads and runs automatically.
Does it generate WebP/AVIF for all sizes?
Yes (AVIF requires Imagick with AVIF support).
Privacy
Processes images locally; stores only minimal bulk progress (sdiao_bulk_state). No telemetry.
Security
Nonce + capability checks on AJAX; escaped admin output; no remote code.
Pag-install
- Upload via Plugins Add New Upload Plugin.
- Activate the plugin.
- New uploads are optimized automatically.
Mga Review
Wala pang reviews para sa plugin na ito.
Mga Contributor at Developer
Ang “Super Duper Image Auto Optimizer” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.
Mga ContributorIsalin ang “Super Duper Image Auto Optimizer” sa iyong wika.
Interesado sa development?
Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.
Changelog
1.2.1
- Use proper
wp_enqueue_*APIs (no inline scripts/styles). - Prefix all identifiers with
sdiao_/SDIAO_. - Uninstall removes
sdiao_settingsandsdiao_bulk_state. - Set Stable tag to
trunkfor initial import; after approval create/tags/1.2.1/and change Stable tag to1.2.1.