Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

WebP Images

Descrizione

Converti e comprimi le immagini JPEG e PNG in formato WebP facilmente. Velocizza il tuo sito web.

What else? What are you waiting for? Start now!

Do you like the WebP Images plugin? Leave a 5-Star Review to recommend it to other users.

SUPPORT THE PROJECT

WRITE A REVIEW
SEND A DONATION
BECOME PRO (support and get benefits)
BECOME TRANSLATION CONTRIBUTOR

QUICK LINKS

WebP Images requires

  • Apache server / hosting;
  • .htaccess file exists and writable.

WebP Images features

Features included in the “WebP Images” plugin:

  • conversione massiva delle immagini in formato webp;
  • bulk removal of images converted to webp;
  • imposta la qualità di conversione nel formato webp;
  • auto conversion of uploaded images to webp format;
  • compatible with any use of images (img, picture, background, etc.);
  • the original images are not manipulated / deleted / edited;
  • reduce frontend image size up to 80%.

⚡ WebP Images – PRO FEATURES ⚡

✔ IMPOSTA LA QUALITÀ DI CONVERSIONE
CONVERSIONE AUTOMATICA DURANTE L’UPLOAD
AGGIORNAMENTI PRO ILLIMITATI
SUPPORTO PRO PRIORITARIO

WebP Images funzioni per sviluppatori

function edit_max_images_per_group($images_per_group){
$images_per_group = 20; // Edit this value to increase/decrease max images per group
return $images_per_group;
}
add_filter('webp_images_bulk_max_elements','edit_max_images_per_group');

Aggiungi questo codice nel file functions.php per cambiare il numero massimo di immagini per gruppo di conversione. Predefinito 5.

WebP Images ringraziamenti

The “WebP Images” plugin was entirely designed and created by Andrea De Giovine.
If you like the idea and want to support the developer, please Donate to this plugin.
For collaborations and consultations visit the website of the freelance web developer.
For bug reports and support for this plugin, visit the Support section to ask the developer and the community directly.

Installazione

To automatically install the “WebP Images” plugin you can search from the “Plugins > Add new” section of your WordPress dashboard and click on the “Install Now” button corresponding to this plugin.

To manually install the “WebP Images” plugin you can download the latest version from the WordPress.org site, and unpack the zip file in the “wp-content/plugins” folder of your CMS.

Now on the “Plugins” section of your WordPress dashboard you can see the “WebP Images” plugin, click on “Activate”.

FAQ

What are the requirements of the “WebP Images” plugin?

Il plugin funziona solo con server Apache e solo se il file .htaccess esiste ed è scrivibile.

Does the “WebP Images” plugin improve the performance of my website?

Yes! Speed ​​up your website by serving WebP images instead of standard formats. This new format reduces the size of the images (and therefore of the pages of your website) up to 80%.

Does the “WebP Images” plugin save storage space?

No! The plugin converts images (and its resizing) into WebP format, leaving the original files intact. Then on the server there will be the images, their resizing and the versions converted into WebP of the images and their resizing.

Recensioni

10 Ottobre 2023
Due to a server misconfiguration, I was having issues with the conversion to .webp with all dedicated plugins, except for this one. WebP Images did the job very fast and well. Recommended.
Leggi tutte le recensioni di 2

Contributi e sviluppo

“WebP Images” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“WebP Images” è stato tradotto in 2 lingue. Grazie ai traduttori per i loro contributi.

Traduci “WebP Images” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il codice segui il repository SVN, segui il log delle modifiche tramite RSS.

Changelog

2.0.0

2023-08-09

  • Remove cron conversion/deletion management;
  • Improve UI;
  • Fix to remove converted webp version on original media deletion;

1.0.6

2023-07-28

  • Wp 6.2

1.0.5

  • Reload after bulk process end.

1.0.4

  • WP 5.8 compatibility.

1.0.3

  • Fix bug.

1.0.2

  • Fix bug
  • Remove conversions limit
  • Add quality setting
  • Add Check status page

1.0.1

  • Fix bug

1.0.0

  • First release