Super Duper Image Auto Optimizer

설명

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.

설치

  1. Upload via Plugins Add New Upload Plugin.
  2. Activate the plugin.
  3. New uploads are optimized automatically.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Super Duper Image Auto Optimizer”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Super Duper Image Auto Optimizer”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.2.1

  • Use proper wp_enqueue_* APIs (no inline scripts/styles).
  • Prefix all identifiers with sdiao_/SDIAO_.
  • Uninstall removes sdiao_settings and sdiao_bulk_state.
  • Set Stable tag to trunk for initial import; after approval create /tags/1.2.1/ and change Stable tag to 1.2.1.