Komprimiert automatisch jedes Bild. Bis zu 90% kleiner ohne Qualitaetsverlust.
Plugin herunterladen (v1.0.0)Jedes Bild wird automatisch optimiert. Gutenberg, Elementor, Divi kompatibel.
Komprimiere die gesamte Mediathek mit einem Klick.
Next-Gen-Formate oder Originalformat beibehalten.
Einsparungen pro Bild in der Mediathek sehen.
Originale werden gesichert. Mit einem Klick wiederherstellen.
Alle Thumbnail-Groessen komprimieren. Jedes = 1 API-Anfrage.
Natives loading=lazy fuer Bilder ausserhalb des Bildschirms.
Umschliesst Bilder mit picture und WebP/AVIF-Quellen.
Erkennt PNG ohne Transparenz, konvertiert zu JPEG. 70% Extra. Einzigartig.
wp deflato optimize, stats, restore. Terminal.
20 API-Anfragen gratis. Keine Karte noetig.
Bilder aus Text generieren. 4 AI-Modelle, 15 Stile. Einzigartig.
Download the ZIP above. In WordPress, go to <strong>Plugins → Add New → Upload Plugin</strong> and select the ZIP file.
Create an account at deflato.com, upgrade to Pro ($7 one-time), and copy your API key.
Go to <strong>Settings → Deflato</strong>, paste your API key, adjust quality and format preferences. Done!
New uploads are compressed automatically. For existing images, go to <strong>Media → Deflato Bulk</strong> and click "Optimize All".
| Funktion | ShortPixel | Imagify | Smush Pro | Deflato |
|---|---|---|---|---|
| Auto-compress on upload | ✓ | ✓ | ✓ | ✓ |
| Massenoptimierung | ✓ | ✓ | ✓ | ✓ |
| WebP-Konvertierung | ✓ | ✓ | ✓ | ✓ |
| AVIF conversion | ✓ | ✗ | ✗ | ✓ |
| Backup | ✓ | ✓ | ✓ | ✓ |
| Preismodell | $3.99/mo | $7.99/mo | $10/mo | einmalig |
| PayPal-Konto noetig | ✗ | ✗ | ✗ | Nein |
| Dokumente (PDF, DOCX) | ✗ | ✗ | ✗ | ✓ |
| Lazy Loading | ✗ | ✗ | ✓ | ✓ |
| Picture-Tags | ✓ | ✓ | ✗ | ✓ |
| Smart PNG → JPEG | ✗ | ✗ | ✗ | ✓ |
| WP-CLI | ✗ | ✗ | ✗ | ✓ |
| AI Bildgenerator | ✗ | ✗ | ✗ | ✓ 4 models |
| Kostenlos testen | ✓ | ✗ | ✓ | ✓ |
Nein. Einmalzahlung $7 fuer 30 Tage. Keine automatische Verlaengerung.
Pro: 500/Tag. Bild + Thumbnails = mehrere Anfragen.
Use the Bulk Optimize page (Media → Deflato Bulk) to compress all existing images. Progress tracking and error handling included.
Yes. With "Backup Originals" enabled (default), every original is saved. Click "Restore" in the Media Library to get it back.
Yes. Deflato hooks into WordPress core media handling, so it works with any theme, Gutenberg, Elementor, Divi, WPBakery, and more.
Dateien per HTTPS gesendet, komprimiert und sofort geloescht.
<strong>Settings → Deflato</strong> — all plugin options:
For developers and server administrators. Requires WP-CLI installed.
# Optimize all uncompressed images wp deflato optimize --all # Optimize with limit wp deflato optimize --all --limit=100 # Re-optimize already compressed wp deflato optimize --all --force # Optimize a specific image by ID wp deflato optimize --id=123 # View compression statistics wp deflato stats # Restore a specific image wp deflato restore --id=123 # Restore all images wp deflato restore --all
Go to Media → Deflato Bulk and scroll down to Folder Scanner. Select folders to scan:
Click Scan — the scanner finds all images, sorted by size. Then click Optimize.
When you upload a PNG, the plugin:
Result: opaque PNGs converted to JPEG, saving 60-80% before API compression.
// Skip lazy loading for specific images <img src="hero.jpg" class="no-lazy"> // Skip picture wrapping for specific images <img src="logo.svg" class="no-picture"> // Plugin uses these WordPress hooks: wp_handle_upload // Smart PNG→JPEG (priority 5) wp_generate_attachment_metadata // Auto-compress (priority 10) the_content // Lazy loading (99), Picture tags (100)
Bilder aus Text generieren. <strong>Medien → AI Generate</strong>.
4 AI-Modelle:
| Quick | Hintergruende, Texturen ~5s | ~5s |
| Photo | Banner, Hero-Bilder ~30s | ~30s |
| Design | Illustrationen, 15 Stile ~10s | ~10s |
| Icon | Logos, Icons SVG ~12s | ~12s |
AI-Limits:
| Kostenlos | 3 Generierungen gesamt |
| Pro ($7) | 2 Generierungen/Tag |
| Creator ($25) | 10 Generierungen/Tag |
| Day Pass ($2) | 2 Generierungen/Tag |
Jede Generierung = 1 AI-Anfrage (getrennt von Komprimierung). Powered by Deflato AI.
deflato-image-optimizer/ deflato-image-optimizer.php # Main plugin file uninstall.php # Cleanup on delete readme.txt # WordPress.org format includes/ class-deflato-api.php # API client class-deflato-settings.php # Settings page class-deflato-media.php # Upload hooks, Media column class-deflato-bulk.php # Bulk optimize page class-deflato-frontend.php # Lazy loading, picture tags class-deflato-smartconvert.php # PNG→JPEG detection class-deflato-scanner.php # Folder scanner class-deflato-cli.php # WP-CLI commands admin/ css/deflato-admin.css # Admin styles js/deflato-admin.js # AJAX handlers