MEDIA
Не продаётся

MevvMedia

Smaller images, on your own server, with no account anywhere.

Image optimisation is usually sold as a subscription to somebody else’s servers: you upload, they compress, you pay per image. MevvMedia does the whole thing on the machine your site already runs on. It builds WebP and AVIF derivatives with Imagick or GD, serves them through <picture> so every browser gets a format it understands, and never deletes your originals.

Цены

Этот продукт сейчас не продаётся, поэтому на этой странице нет прайс-листа. Уже купленные лицензии продолжают работать как прежде.

Связаться с нами

Точные функции. Понятные результаты.

Каждая возможность существует, чтобы снять конкретное операционное трение.

01

Nothing leaves your server

No API key, no quota, no account. Conversion runs with the image libraries your host already has, so there is nothing to renew and nothing to leak.

02

Delivered through <picture>, not a rewrite rule

A rewrite rule is faster to serve but tied to one web server, and a CDN without Vary: Accept caches the wrong format for everyone. <picture> behaves the same on Apache, nginx and LiteSpeed, and behind any CDN.

03

The largest image is never lazy-loaded

The first image gets fetchpriority="high" and is excluded from lazy loading. Lazy-loading the image above the fold delays its discovery and makes Core Web Vitals worse — a mistake most plugins make.

04

Responsive selection survives

When a <source> matches, the browser ignores the <img> srcset. MevvMedia carries the whole candidate list across, and prints no source at all if one candidate has no derivative — a missing candidate means the wrong size on a phone.

05

Your originals are never deleted

Derivatives are written beside the original as photo.jpg.webp. Deactivate the plugin and every image on the site still works.

06

A queue, not a timeout

Bulk conversion processes a handful of images per run with an explicit Imagick memory limit. Converting a whole library in one request is how shared hosts hand out CPU penalties.

07

It tests what the server can actually write

Imagick lists AVIF among its formats on servers that cannot encode it. MevvMedia encodes a 2×2 image to find out, and falls back to GD per format — without that check a real server produced no AVIF at all while reporting support.

Тип продукта
WordPress and WooCommerce image optimisation
Formats
WebP and AVIF, quality per format
Delivery
<picture> with the full srcset carried across
External services
Нет
Originals
Kept, always
Bulk conversion
Queued, a few images per run
Языки
Eleven