WebP Converter for Joomla: WebP, AVIF, and Faster Pages
A WebP converter for Joomla is a system plugin that turns JPG, PNG, and GIF files into smaller WebP and AVIF copies, then serves the modern format in the browser with a fallback to the original. On Joomla 4, 5, and 6 the practical choice is WebP Converter by JoomlaX (Infyways): install once, convert on page load or in bulk, keep originals on disk, and cut image weight by up to 80% without re-uploading every article image by hand.
Heavy images are still the number one reason a Joomla site fails Core Web Vitals. Google uses Largest Contentful Paint (LCP) as a ranking signal. A hero JPEG at 400 KB can become 80 KB as WebP, or smaller still as AVIF, while the page looks the same to visitors. That is not a cosmetic tweak. It is measurable speed, lower bandwidth, and better PageSpeed scores on real Joomla templates, not only on a lab test.
This guide explains what a Joomla WebP converter should do, how WebP and AVIF differ, and why WebP Converter 2.6 is built for production sites: batch folder conversion, <picture> fallbacks, global HTML URL replacement, exclusions for checkout pages, and AVIF when your host supports it.

Originals stay in images/. Converted WebP and AVIF files are served when the browser supports them.
What you will learn
- Why a dedicated WebP converter for Joomla beats manual conversion
- How WebP and AVIF compare for Joomla sites in 2026
- Every major feature in WebP Converter 2.6 (on-the-fly, batch, exclusions, SEO)
- Step-by-step install and first-time setup on Joomla 4, 5, and 6
- Pricing plans and which license fits your project
- Server requirements for AVIF, CDN use, and troubleshooting
For broader speed work after images are lean, see Joomla website optimization and Joomla on-page optimization.
Why Joomla sites need a WebP converter
Joomla stores images under images/ and prints them in articles, modules, and template overrides. Every upload adds weight. Templates and page builders do not automatically modernize formats. You end up with:
- Large JPEG heroes that drag LCP above 2.5 seconds
- PNG screenshots that should have been compressed
- Gallery folders with thousands of untouched files from 2018
- PageSpeed reports listing "serve images in next-gen formats"
You can export, convert in desktop tools, re-upload, and fix broken paths. On a 500-article news site that is a project, not a workflow. A WebP converter for Joomla should:
- Keep originals (rollback and editor preview stay safe)
- Convert on first page view or in bulk before traffic arrives
- Output WebP, AVIF, or both with automatic browser fallback
- Respect exclusions (logos, GIF animations, checkout)
- Work on shared hosting without shell access
That is exactly what WebP Converter is built for. It is a System plugin (not a one-off article hack), compatible with Joomla 4, 5, and 6, with 4,100+ downloads and a 30-day money-back guarantee.
WebP vs AVIF: which format should Joomla serve?
| Format | Compression | Browser support | Best for |
|---|---|---|---|
| WebP | Roughly 25 to 35% smaller than JPEG at similar quality | All modern browsers (Chrome, Firefox, Safari, Edge) | Default choice. Safe on every Joomla 4+ site with PHP GD WebP support |
| AVIF | Up to ~50% smaller than WebP at similar visual quality | Chrome, Firefox, Opera (Safari added AVIF in recent versions) | Maximum savings when PHP 8.1+ and imageavif() (GD) or ImageMagick AVIF is available |
| Original JPG/PNG | Largest | Universal | Fallback inside <picture> for old browsers |
WebP Converter lets you pick WebP Only, AVIF Only, or Both. With Both, the plugin builds a <picture> chain: AVIF first, WebP second, original last. Visitors get the best file their browser accepts. You do not hand-write picture markup in every article.
Official setup guidance for format choice: WebP Converter documentation (start with WebP Only, add AVIF after you confirm hosting support).
How WebP Converter works on a live Joomla site
Two modes cover every workflow:
1. On-the-fly (automatic)
When someone opens a page, the plugin scans image tags in the HTML. If a WebP or AVIF copy already exists, the page points at it. If not, the plugin can create the copy during that request (with lightweight processing and memory guards), cache the result, and serve it on the next hit. No cron job required for basic sites.
2. Batch (Image Management tab)
In System → Plugins → System – WebP Converter → Image Management, tick one or more folders under images/, choose WebP Only, AVIF Only, or Both, and click Generate Images. Progress runs in the administrator with a time limit (default 90 seconds, configurable). Use this before launch, after a migration, or for a folder with hundreds of photos.
Where files go: by default, images/stories/photo.jpg becomes images/webp/stories/photo.webp (and a matching AVIF path when enabled). Originals are never deleted. Delete Converted Images removes only the modern copies.

Visit a page to convert lazily, or pre-warm a folder before you send traffic.
Install WebP Converter on Joomla 4, 5, or 6
Follow the installation guide. Summary:
Step 1: Download and unzip correctly
- Purchase from joomlax.com/webp-converter.html.
- Unzip
WebPConverter_UNZIP.zipon your computer. - You should see
plg_system_webpconverter_2.6.0.zipandReadMe.txt. - Upload only the inner
plg_system_...zipto Joomla. Do not upload the outer UNZIP wrapper.
Step 2: Install in Joomla
- System → Install → Extensions → Upload Package File
- Select
plg_system_webpconverter_2.6.0.zip - Wait for the success message
- System → Maintenance → Clear Cache
Step 3: Enable and first-time setup
- System → Plugins → search WebP Converter → enable System – WebP Converter
- Open the plugin → General Settings
- Set Image Format to WebP Only (safest first run)
- Set WebP Quality around 70 to 80
- Leave Use Lightweight Processing on Yes
- Leave Debug Mode off unless troubleshooting
- Save
- Open the public site homepage (with photos) and hard-refresh
Proof it worked: view page source and search for .webp, or right-click an image → open in new tab and check the extension.
Full walkthrough: First-time setup in the JoomlaX docs.
Every feature in WebP Converter 2.6
The plugin is more than a format swap. Below is the full capability set from the product page and documentation, grouped for quick scanning.
Conversion and formats
| Feature | What it does |
|---|---|
| Automatic WebP and AVIF conversion | JPG, JPEG, PNG, GIF → modern formats with intelligent caching (up to 90% less repeat work) |
| Image Format: WebP / AVIF / Both | One setting controls output; Both enables <picture> fallback chain |
| WebP quality 5 to 100% | Separate slider from AVIF quality |
| AVIF quality 5 to 100% | Scaled to AVIF’s 0 to 63 range automatically |
| Smart file size filters | Min/max limits skip tiny icons or huge files that would timeout |
| Preserve original timestamps | Helps backup tools and sync jobs |
| Custom filename suffixes | Optional suffix on converted filenames |
| SVG ignored | Vector logos stay as SVG |
Performance and hosting
| Feature | What it does |
|---|---|
| Lightweight processing mode | Regex-based parsing, lower memory on shared hosting |
| JSON performance cache | Configurable 1 to 168 hour lifetime; skips re-conversion when unchanged |
| Memory threshold 60 to 90% | Pauses batch work when RAM is tight, resumes when free |
| 85% faster admin UI | Lazy-loaded folder tree, optimized queries |
| Media URL auto-detection | Works across different Joomla Media path configs and CDNs |
| Windows and Linux paths | Normalized paths on either OS |
Folder tree and batch jobs
| Feature | What it does |
|---|---|
| Interactive folder tree | Select one, many, or all folders; lazy load for thousands of entries |
| Generate Images | Batch convert selected folders with progress bar |
| Stop / resume | Stop a long batch; completed files remain |
| Flat output structure | Optional single directory for all WebP/AVIF (large news archives) |
| MD5 hashed filenames | Avoid collisions on busy multi-author sites |
| Orphan cleanup | Remove converted files when originals are deleted |
| Page processing time limit | Default 90s; raise for huge homepages |
SEO, Core Web Vitals, and HTML output
| Feature | What it does |
|---|---|
| Native lazy loading | Defers off-screen images; optional above-the-fold exception |
| CSS background images | Converts background URLs referenced in inline CSS |
| Replace Image URLs Globally | Final HTML pass rewrites JPG/PNG links sitewide when a WebP/AVIF exists |
| Alt text and attributes preserved | class, id, style, loading stay intact |
| Schema.org ImageObject | Rewrites JSON-LD image URLs when global replace is on |
| Open Graph and Twitter Card images | Meta image URLs updated for social previews |
| Third-party SEO extensions | Compatible with structured data tools (e.g. Tassos.gr Google Structured Data) |
| Picture element smart fallback | Keeps existing fallback images inside <picture> |
Exclusions (when not to convert)
| Control | Example use |
|---|---|
| Exclude image formats | Skip GIF animations |
CSS class no-webp |
Per-image opt-out in HTML |
| Disable on home page | Hero handled manually |
| Disable for menu items | Checkout or landing page untouched |
| Disable for components | Skip VirtueMart cart, etc. |
| URL patterns | */checkout one per line |
| Exclude folders | headers, logos under images/ |
| Exclude filenames | logo.png |
Details: Exclusion Settings in the docs.
Security and operations
| Feature | What it does |
|---|---|
| CSRF tokens on AJAX | Blocks forged admin requests |
| Input validation | Prevents directory traversal |
| Rate limiting | 5 batch ops, 50 single conversions, 10 deletes per hour (super users bypass) |
| Multi-level logging | Info, Warning, Error, Debug with user ID, IP, memory, timing |
| Conversion statistics | Success rate, bytes saved, cache hits |
| Debug mode | On-screen clues on staging only; turn off in production |
Pricing: choose a WebP Converter plan
All plans include a 30-day money-back guarantee. Joomla 4, 5, and 6 supported. Prices from the official store:
| Plan | Price | Access | Sites | Support | Updates |
|---|---|---|---|---|---|
| Tester | $19 | 30 days | 1 | 30 days email | No updates after 30 days (testing only) |
| 6 Months | $29 (was $114) | 6 months | 2 | Priority email + bug fixes | 6 months |
| 1 Year (recommended) | $49 (was $228) | 1 year | 3 | VIP channel + fastest response | 1 year |
| Lifetime | $99 (was $1,980) | Forever | Unlimited | Dedicated agent + custom dev support | Lifetime |
Which plan fits?
- Tester ($19): Staging proof on one site before you commit
- 6 Months ($29): Client project with a defined end date
- 1 Year ($49): Best value for agencies and active Joomla shops (three sites, VIP support)
- Lifetime ($99): Unlimited client sites; pays for itself after two year renewals
Need the full JoomlaX catalog? 100+ extensions from $99 on all-access plans.
Download WebP Converter · Documentation · Live demo
Server requirements for WebP and AVIF
| Capability | Requirement |
|---|---|
| WebP conversion | PHP 7.4+ with GD WebP support (most Joomla hosts) |
| AVIF conversion | PHP 8.1+ with GD imageavif() or ImageMagick with AVIF |
| Joomla | 4.x, 5.x, or 6.x |
| Disk space | Room for parallel WebP/AVIF copies (originals remain) |
If AVIF is unavailable, set Image Format to WebP Only. The plugin detects capability and avoids fatal errors.
After bulk conversion, purge Joomla cache and your CDN so edge nodes fetch the new filenames.
WebP Converter vs manual or generic tools
| Approach | Pros | Cons |
|---|---|---|
| Desktop batch convert + re-upload | No plugin cost | Breaks paths, no on-the-fly for new uploads, hours on large sites |
| Free online converters | Fine for one image | No Joomla integration, no exclusions, no <picture> |
Server-only mod_pagespeed / CDN polish |
Hands-off at edge | Less control per folder, harder exclusions on Joomla admin |
| WebP Converter plugin | Joomla-native, originals kept, batch + live, AVIF + WebP, SEO HTML pass | Paid (from $19 tester) |
For AVIF-specific deep dive and optimizer pairing, see our companion post Joomla AVIF converter and WebP optimizer.
Troubleshooting quick fixes
From the troubleshooting docs:
- Plugin not found: Filter plugins by type system, search
WebP Converter - No change on front end: Enable plugin, Save, clear cache, hard-refresh
- Generate does nothing: Tick at least one folder; click Load more folders if needed
- GD warning on install: Ask host to enable PHP GD with WebP (and AVIF if required)
- PageSpeed still shows old URLs: Turn on Replace Image URLs Globally, regenerate, purge CDN
Support: support.joomlax.com
Key takeaways
- A WebP converter for Joomla should keep originals, support WebP and AVIF, and serve
<picture>fallbacks automatically. - WebP Converter 2.6 runs on Joomla 4, 5, and 6 with on-the-fly and batch Generate Images modes.
- Start with WebP Only at quality 70 to 80; add AVIF when PHP 8.1+ and host libraries allow it.
- Use exclusions for GIFs, logos, and checkout. Use global URL replace when PageSpeed still sees JPG in meta tags.
- Plans start at $19 (30-day tester); $49/year is the recommended production license for three sites.
- After conversion, clear Joomla cache and CDN, then re-test LCP in PageSpeed Insights.
Agency rollout across many client sites: Joomla SEO services and outsource Joomla services.
Frequently asked questions
What is the best WebP converter for Joomla?
For Joomla 4, 5, and 6, WebP Converter by JoomlaX is the most complete option: WebP and AVIF, batch folder conversion, exclusions, lazy loading, global HTML URL replacement, and Core Web Vitals-focused output. See plans and download.
Does WebP Converter work with Joomla 5 and Joomla 6?
Yes. Version 2.6 is built for Joomla 4.x, 5.x, and 6.x with namespaced PHP and forward compatibility.
Will it delete my original JPG and PNG files?
No. Originals stay in place. Delete Converted Images removes only WebP and/or AVIF copies.
Do I need to click Generate Images?
No for small sites. Page visits convert images over time. Use Generate Images before launch or for large images/stories archives.
WebP or AVIF first?
Start WebP Only. Switch to Both when your host supports AVIF and you want maximum compression.
Does it work with CDNs?
Yes. Converted files use predictable paths under images/webp/ (or your custom output folder). Purge the CDN after bulk runs.
Can I exclude my logo or animated GIF?
Yes. Exclude GIF format globally, add class no-webp on a specific image, or exclude folders and menu items in Exclusion Settings.
What PHP do I need for AVIF?
PHP 8.1+ with GD imageavif() or ImageMagick with AVIF. Otherwise use WebP Only.
Is there a money-back guarantee?
Yes. 30 days on all WebP Converter plans.
Where is the official documentation?
WebP Converter documentation covers install, general settings, exclusions, image management, and troubleshooting. JoomlaX is Infyways’ extension store.
SEO Metadata
| Field | Value |
|---|---|
| Meta Title | WebP Converter for Joomla: WebP & AVIF Guide (2026) |
| Meta Description | Best WebP converter for Joomla 4, 5, and 6. WebP Converter does on-the-fly and batch AVIF/WebP, picture fallbacks, SEO URL replace. Plans from $19. |
| URL Slug | image-to-webp-joomla |
| Focus Keyword | webp converter for joomla |





















