Changeset 2908922
- Timestamp:
- 05/06/2023 05:56:05 PM (3 years ago)
- Location:
- fastware-webpavif
- Files:
-
- 14 added
- 1 edited
-
tags/2.0.5 (added)
-
tags/2.0.5/assets (added)
-
tags/2.0.5/assets/screenshot-1.png (added)
-
tags/2.0.5/assets/screenshot-2.png (added)
-
tags/2.0.5/assets/test.png (added)
-
tags/2.0.5/fastware-webpavif.php (added)
-
tags/2.0.5/includes (added)
-
tags/2.0.5/includes/AdminSettingsPage.php (added)
-
tags/2.0.5/includes/ImageConverter.php (added)
-
tags/2.0.5/includes/WebpAvifPlugin.php (added)
-
tags/2.0.5/readme.txt (added)
-
tags/2.0.5/templates (added)
-
tags/2.0.5/templates/.htaccess (added)
-
tags/2.0.5/uninstall.php (added)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fastware-webpavif/trunk/readme.txt
r2908794 r2908922 2 2 Contributors: fastware,richarddegoffau 3 3 Tags: webp avif convert image google pagespeed 4 Stable tag: 2.0. 44 Stable tag: 2.0.5 5 5 Requires at least: 5.9 6 6 Tested up to: 6.2 … … 56 56 57 57 = How can I serve my images even smaller? = 58 You can lower the quality settings on the settings page to serve smaller images. 58 You 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. 59 59 60 60 = Why is the original image served sometimes? = … … 62 62 63 63 = How long would it take to convert all images on my site? = 64 Th e 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-2hours before all images are converted.64 That 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). 65 When your site contains a lot (thousands) of images, it can take a few hours before all images are converted. 66 66 67 67 ==Installation== … … 71 71 - Apache 2.x with mod_rewrite or Nginx 72 72 - ImageMagick or GDlib with WebP support 73 - ImageMagick with AVIF support (optional)73 - ImageMagick or GDlib with AVIF support (optional) 74 74 * You can use this plugin without AVIF support, in that case only WebP conversion is done 75 75 … … 126 126 = Releases = 127 127 128 - 2.0.5 [06-05-2023] Added support for GDlib AVIF conversion (PHP >= 8.1) 128 129 - 2.0.4 [06-05-2023] Fixed error in loopback test on plugin configuration page 129 130 - 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.