Plugin Directory

Changeset 2908922


Ignore:
Timestamp:
05/06/2023 05:56:05 PM (3 years ago)
Author:
richarddegoffau
Message:

v2.0.5 GDlib AVIF support

Location:
fastware-webpavif
Files:
14 added
1 edited

Legend:

Unmodified
Added
Removed
  • fastware-webpavif/trunk/readme.txt

    r2908794 r2908922  
    22Contributors: fastware,richarddegoffau
    33Tags: webp avif convert image google pagespeed
    4 Stable tag: 2.0.4
     4Stable tag: 2.0.5
    55Requires at least: 5.9
    66Tested up to: 6.2
     
    5656
    5757= How can I serve my images even smaller? =
    58 You can lower the quality settings on the settings page to serve smaller images.
     58You can lower the quality settings on the settings page to serve smaller images. A value of 85% might be a good balance between quality and image size.
    5959
    6060= Why is the original image served sometimes? =
     
    6262
    6363= How long would it take to convert all images on my site? =
    64 The conversion is scheduled upon the **first** request. The scheduled conversion should start within several minutes.
    65 When you have a lot of images on your site, it can take up to 1-2 hours before all images are converted.
     64That depends. Each image is queued upon the **first** request. After the first request the image should be converted within a few minutes (depending on when the cron runs).
     65When your site contains a lot (thousands) of images, it can take a few hours before all images are converted.
    6666
    6767==Installation==
     
    7171- Apache 2.x with mod_rewrite or Nginx
    7272- ImageMagick or GDlib with WebP support
    73 - ImageMagick with AVIF support (optional)
     73- ImageMagick or GDlib with AVIF support (optional)
    7474 * You can use this plugin without AVIF support, in that case only WebP conversion is done
    7575
     
    126126= Releases =
    127127
     128- 2.0.5 [06-05-2023] Added support for GDlib AVIF conversion (PHP >= 8.1)
    128129- 2.0.4 [06-05-2023] Fixed error in loopback test on plugin configuration page
    129130- 2.0.3 [06-05-2023] Fixed error in loopback test on plugin configuration page
Note: See TracChangeset for help on using the changeset viewer.