Platforms6 min read·Updated

WordPress WebP Without a Plugin (The Clean Method)

Most WordPress image plugins exist because people upload 5 MB phone photos. If you convert to WebP at the right width in the browser, WordPress core already generates thumbnails, srcset and lazy loading. One less plugin, one less monthly fee.

What WordPress already does

Since 5.8, WebP uploads work. Since 6.1+, default lazy loading and fetchpriority for LCP images exist. Core creates -150x150, -300x200, etc. from your original. Give core a 1600–2000 px WebP original and the sizes are small by construction.

Why it matters

  • Optimisation plugins add cron, API keys and support debt.
  • Agencies inherit sites with three overlapping image plugins.
  • Client-confidential images never need to hit ShortPixel's servers.

How to do it

  1. Convert each upload batch locally (or train editors to use the converter first).
  2. Upload WebP in Add Media. Fill alt text.
  3. If you already have a messy library, convert the worst 100 files and replace attachments.

Settings that work

Posts: 1200–1600 px / 80–85%. Full-width covers: 1920 px / 78%.

When a plugin is still justified

If 20 authors upload from phones daily and you cannot change behaviour, a server-side optimiser is damage control. For brochure sites and shops with a controlled pipeline, skip it.

Convert a batch in your browser. Nothing is uploaded.

Put it into practice

Convert your images to WebP right now, free and privately in your browser.

Open the converter

Frequently asked questions

Not by default in a way that replaces the original. Upload WebP, or use a plugin if you need automatic conversion.

Yes, if you no longer need it to generate files. Keep backups. Redirects are usually unnecessary because URLs stay in uploads.

Keep reading

Tutorial8 min read

WebP for WordPress

Step-by-step guide to converting and uploading WebP images to WordPress, fixing upload errors, handling fallbacks and speeding up your site without extra plugins.

Read more
Workflow6 min read

vs Imagify

Imagify is a WordPress plugin that sends images to a SaaS API. Local WebP conversion avoids the plugin, the quota and the upload.

Read more
Workflow6 min read

vs ShortPixel

ShortPixel is another upload-and-compress WP plugin. Use it for automation; use this converter for private bulk jobs and plugin-free sites.

Read more
Platforms6 min read

WebP for Elementor

Elementor pages fail PageSpeed when every widget gets a full-size PNG. Convert backgrounds and image widgets to WebP at the column width.

Read more