Description
Every major image plugin optimizes images after they’re uploaded — the full-size originals still travel over the wire, still land on your server, and still eat disk space.
Squishify flips the order. Drag a batch of images into the Squishify editor (right inside wp-admin), resize, tune format and quality with a live before/after comparison, and nothing touches your site until you click Upload. Only the finished, optimized files reach your Media Library.
- Real encoders — libavif (AVIF), libwebp (WebP), MozJPEG, and Oxipng (PNG), running as WebAssembly in your browser
- Batch queue with per-image format, quality, and effort controls
- Resize images individually or all at once to the exact size needed
- Batch rename the whole set — base name plus automatic numbering
- Live before/after comparison loupe
- Upload straight to the Media Library when you’re ready
- No cloud API, no credits, no quotas — the work happens on your machine
- Your images stay private until you upload them to your own site
Images are capped at 2560px on the longest edge before encoding — the same threshold WordPress core itself uses (big_image_size_threshold). Because the file you upload is already at or under that size, WordPress never generates its own separate -scaled copy: what you see in the editor is what ends up in your Media Library, one file, no server-side duplicate.
Credits
Squishify’s WebAssembly encoders are provided via jSquash (MIT/Apache-2.0), which wraps libavif (BSD-2-Clause), libwebp (BSD-3-Clause), MozJPEG (BSD-style), and Oxipng (MIT) — all GPL-compatible. The .wasm files are unmodified upstream builds.
Screenshots








Installation
- Upload the
squishifyfolder to/wp-content/plugins/, or install the zip via Plugins Add New Upload Plugin. - Activate the plugin.
- Open Media Squishify, or click the Squishify button on the Media Library screen.
FAQ
-
Are my images sent anywhere for processing?
-
No. All compression, conversion, and resizing happens locally in your browser. The only network transfer is the final upload of finished files to your own WordPress site.
-
What formats can it produce?
-
AVIF, WebP, JPEG (MozJPEG), and optimized PNG (Oxipng). AVIF uploads require WordPress 6.5+.
-
Uploads fail with an error mentioning a security plugin or firewall
-
Some security hardening (Sucuri, ModSecurity, host firewalls) can block media uploads through the WordPress REST API before WordPress ever sees them. If uploads fail with that message, review your security plugin’s hardening options or ask your host to allowlist REST media uploads (
/wp-json/wp/v2/media). Squishify uses the same standard upload format as WordPress’s own uploader. -
Does it work with multisite?
-
Yes. Squishify checks the standard
upload_filescapability on whichever site you’re on, so it works whether the plugin is network-activated or activated per-site — no separate configuration either way. -
What happens to my original files?
-
Nothing — Squishify never touches them. Everything happens in your browser on a copy of the image; your source file is only read, never modified. Only the optimized output you choose to upload leaves the editor, and only after you click Upload.
-
Why is the first AVIF encode slower than the rest?
-
The AVIF encoder is a WebAssembly module that has to be downloaded and compiled by your browser the first time it’s used in a session. After that one-time warmup, your browser caches the compiled module and subsequent encodes are much faster.
-
What browsers are supported?
-
Any current version of Chrome, Firefox, Safari, or Edge. All processing uses standard Web APIs (WebAssembly, Web Workers) with no browser-specific requirements.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Squishify” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Squishify” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2.2
- Adding a batch now eases in: a brief loading pass, then your images arrive in the queue one after another — so you can see at a glance how many landed.
- The file heading now shows where you are in the queue (“1 of 15”), next to the filename and dimensions.
- “Apply to all” is now a checkbox on the main button instead of a second button competing with it — tick it and Next file becomes Finalize, which processes everything and takes you straight to the summary.
- Slimmer format and quality bar, leaving noticeably more room for the image you’re actually working on.
- Images scaled down to the maximum working size are now reported once, with a count of how many were affected, instead of a separate notice per image.
- Notices and toasts no longer sit on top of dialogs.
1.2.0
- Batch rename is now part of the free tier — give a whole set a base name and automatic numbering, no licence needed.
1.1.2
- Fixed resized images looking softer or jagged compared to a desktop editor’s export, especially on small or heavily cropped outputs — resizing now uses a sharper algorithm, with safeguards to keep large source photos fast.
1.1.0
- Drag a whole folder of images onto the dropzone to queue everything inside it at once.
- SVG images now rasterize at a proper working size instead of their (often tiny) declared dimensions.
- Added an in-app “what’s new” modal so you’ll see a quick summary the next time a new version ships.
1.0.1
- Fix: guard against a file being added to the queue twice from a single drop/select action.
1.0.0
- First public release: editor overlay, batch queue, upload to Media Library.
0.1.0
- First development release: editor overlay, batch queue, upload to Media Library.
