Plugin Directory

Changeset 2185755


Ignore:
Timestamp:
11/04/2019 06:24:04 PM (6 years ago)
Author:
jillro
Message:

fix readme

Location:
webp-simple
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • webp-simple/tags/1.0.0/readme.txt

    r2185718 r2185755  
    1313== Description ==
    1414
    15 Every time you upload an image, Simple WebP generates a .webp version. It then alter the HTML to replace img tags
    16 with picture tags, which let the browser pick the best format.
     15Every time you upload an image, Simple WebP generates a .webp version. It then alter the HTML to replace img tags with picture tags, which let the browser pick the best format.
    1716
    18 WebP images are often smaller than original .jpeg or .png one, so can save bandwidth and load time. Most browsers
    19 support WebP nowadays. You can use [Google Pagespeed](https://developers.google.com/speed/pagespeed/insights/)
    20 tool to see the gain you would get from WebP.
     17WebP images are often smaller than original .jpeg or .png one, so can save bandwidth and load time. Most browsers support WebP nowadays. You can use [Google Pagespeed](https://developers.google.com/speed/pagespeed/insights/) tool to see the gain you would get from WebP.
    2118
    22 You will get much faster load time, and better ranking in
     19You will get much faster load time, and better ranking in Google Search.
    2320
    24 Simple WebP is very much inspired by the more complete (and complex to install)
    25 [WebP Express](https://fr.wordpress.org/plugins/webp-express/) plugin. It also use the same libraries :
     21Simple WebP is very much inspired by the more complete (and complex to install) [WebP Express](https://fr.wordpress.org/plugins/webp-express/) plugin. It also use the same libraries :
     22
    2623* [WebPConvert](https://github.com/rosell-dk/webp-convert): For converting images to webp
    2724* [DOM Util for WebP](https://github.com/rosell-dk/dom-util-for-webp): For the Alter HTML functionality
     
    3128= Are there any settings ? =
    3229
    33 No, just activate the plugin and enjoy the effects. If you want more settings, use
    34 [WebP Express](https://fr.wordpress.org/plugins/webp-express/).
     30No, just activate the plugin and enjoy the effects. If you want more settings, use [WebP Express](https://fr.wordpress.org/plugins/webp-express/).
    3531
    3632= What if the WebP version is actually bigger than the original ? =
    3733
    38 Yes, it happens. If after the conversion, the .webp version is bigger, it is immediately deleted so it will not be
    39 served.
     34Yes, it happens. If after the conversion, the .webp version is bigger, it is immediately deleted so it will not be served.
    4035
    4136= Is it compatible with browser not compatible with picture tag ? =
     
    4742Simple WebP generates .webp version of images on upload. So your previously uploaded images will not be converted.
    4843
    49 However, Simple WebP provide a [WP-CLI](https://wp-cli.org/fr/) command to bulk convert all your uploaded image
    50 on your server : `wp-cli webp-simple-bulk-convert`.
     44However, Simple WebP provide a [WP-CLI](https://wp-cli.org/fr/) command to bulk convert all your uploaded image on your server : `wp-cli webp-simple-bulk-convert`.
    5145
    5246= Does it work for theme images ? =
    5347
    54 No, it works only with uploaded images. Converting theme image requires to set up on demand converting, which is
    55 way more complex, and often needs to do manual configuration on the server. See
    56 [WebP Express](https://fr.wordpress.org/plugins/webp-express/).
     48No, it works only with uploaded images. Converting theme image requires to set up on demand converting, which is way more complex, and often needs to do manual configuration on the server. See [WebP Express](https://fr.wordpress.org/plugins/webp-express/).
    5749
    5850= Does it work with Nginx ? =
  • webp-simple/trunk/readme.txt

    r2185717 r2185755  
    1313== Description ==
    1414
    15 Every time you upload an image, Simple WebP generates a .webp version. It then alter the HTML to replace img tags
    16 with picture tags, which let the browser pick the best format.
     15Every time you upload an image, Simple WebP generates a .webp version. It then alter the HTML to replace img tags with picture tags, which let the browser pick the best format.
    1716
    18 WebP images are often smaller than original .jpeg or .png one, so can save bandwidth and load time. Most browsers
    19 support WebP nowadays. You can use [Google Pagespeed](https://developers.google.com/speed/pagespeed/insights/)
    20 tool to see the gain you would get from WebP.
     17WebP images are often smaller than original .jpeg or .png one, so can save bandwidth and load time. Most browsers support WebP nowadays. You can use [Google Pagespeed](https://developers.google.com/speed/pagespeed/insights/) tool to see the gain you would get from WebP.
    2118
    22 You will get much faster load time, and better ranking in
     19You will get much faster load time, and better ranking in Google Search.
    2320
    24 Simple WebP is very much inspired by the more complete (and complex to install)
    25 [WebP Express](https://fr.wordpress.org/plugins/webp-express/) plugin. It also use the same libraries :
     21Simple WebP is very much inspired by the more complete (and complex to install) [WebP Express](https://fr.wordpress.org/plugins/webp-express/) plugin. It also use the same libraries :
     22
    2623* [WebPConvert](https://github.com/rosell-dk/webp-convert): For converting images to webp
    2724* [DOM Util for WebP](https://github.com/rosell-dk/dom-util-for-webp): For the Alter HTML functionality
     
    3128= Are there any settings ? =
    3229
    33 No, just activate the plugin and enjoy the effects. If you want more settings, use
    34 [WebP Express](https://fr.wordpress.org/plugins/webp-express/).
     30No, just activate the plugin and enjoy the effects. If you want more settings, use [WebP Express](https://fr.wordpress.org/plugins/webp-express/).
    3531
    3632= What if the WebP version is actually bigger than the original ? =
    3733
    38 Yes, it happens. If after the conversion, the .webp version is bigger, it is immediately deleted so it will not be
    39 served.
     34Yes, it happens. If after the conversion, the .webp version is bigger, it is immediately deleted so it will not be served.
    4035
    4136= Is it compatible with browser not compatible with picture tag ? =
     
    4742Simple WebP generates .webp version of images on upload. So your previously uploaded images will not be converted.
    4843
    49 However, Simple WebP provide a [WP-CLI](https://wp-cli.org/fr/) command to bulk convert all your uploaded image
    50 on your server : `wp-cli webp-simple-bulk-convert`.
     44However, Simple WebP provide a [WP-CLI](https://wp-cli.org/fr/) command to bulk convert all your uploaded image on your server : `wp-cli webp-simple-bulk-convert`.
    5145
    5246= Does it work for theme images ? =
    5347
    54 No, it works only with uploaded images. Converting theme image requires to set up on demand converting, which is
    55 way more complex, and often needs to do manual configuration on the server. See
    56 [WebP Express](https://fr.wordpress.org/plugins/webp-express/).
     48No, it works only with uploaded images. Converting theme image requires to set up on demand converting, which is way more complex, and often needs to do manual configuration on the server. See [WebP Express](https://fr.wordpress.org/plugins/webp-express/).
    5749
    5850= Does it work with Nginx ? =
Note: See TracChangeset for help on using the changeset viewer.