Getting Started with GetWebP for WordPress
Install and activate the GetWebP WordPress plugin, run your first batch conversion, and start serving WebP and AVIF images in minutes.
Getting Started with GetWebP for WordPress
GetWebP for WordPress converts your media library images to WebP and AVIF directly on your server — no third-party uploads, no cloud dependency. This guide walks you through installation, activation, and your first batch conversion.
Table of Contents#
- Requirements
- Installation
- Activate a License Key (optional)
- Run Your First Batch Conversion
- Verify Delivery is Working
- Next Steps
Requirements#
| Requirement | Minimum |
|---|---|
| WordPress | 6.0 or later |
| PHP | 7.4 or later |
| Memory limit | 64 MB (128 MB recommended) |
GetWebP uses WASM-based encoding and does not require ImageMagick, GD, or any server-side image library.
Installation#
Via WordPress Admin (recommended)
- Log in to your WordPress admin panel.
- Go to Plugins → Add New.
- Search for
GetWebP. - Click Install Now, then Activate.
Via WordPress.org
- Download the plugin ZIP from wordpress.org/plugins/getwebp.
- Go to Plugins → Add New → Upload Plugin.
- Upload the ZIP and click Install Now, then Activate.
Via WP-CLI
wp plugin install getwebp --activateActivate a License Key (optional)#
The free tier works without a license key. If you have a paid plan:
- Go to GetWebP → Settings → License.
- Paste your license key and click Activate.
- Your quota and plan details appear immediately.
You can manage your license keys and view quota usage at getwebp.com/dashboard/licenses.
Run Your First Batch Conversion#
- Go to GetWebP in your WordPress admin sidebar.
- The dashboard shows how many unoptimized images are in your media library.
- Click Start Batch Conversion.
- Progress updates in real time — you can leave the page and come back; the background queue continues processing.
After conversion, each image in your media library shows a WebP ✓ (and AVIF ✓ if enabled) status badge.
Original images are never modified. WebP and AVIF files are stored as siblings (e.g.,
photo.jpg→photo.jpg.webp).
Verify Delivery is Working#
- Open any page on your site that contains images.
- Open your browser's DevTools → Network tab → filter by Img.
- Check the
Content-Typeheader of image responses. You should seeimage/webporimage/aviffor supported browsers.
Alternatively, use WebPageTest or Google PageSpeed Insights to confirm next-gen format delivery.
Next Steps#
- Batch Conversion — learn about quota, presets, and re-optimization
- Auto-Upload — automatically convert every new upload
- Frontend Delivery — understand how WebP/AVIF is served to browsers
- WP-CLI Commands — automate via the command line