Changeset 2185755
- Timestamp:
- 11/04/2019 06:24:04 PM (6 years ago)
- Location:
- webp-simple
- Files:
-
- 2 edited
-
tags/1.0.0/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webp-simple/tags/1.0.0/readme.txt
r2185718 r2185755 13 13 == Description == 14 14 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. 15 Every 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. 17 16 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. 17 WebP 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. 21 18 22 You will get much faster load time, and better ranking in 19 You will get much faster load time, and better ranking in Google Search. 23 20 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 : 21 Simple 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 26 23 * [WebPConvert](https://github.com/rosell-dk/webp-convert): For converting images to webp 27 24 * [DOM Util for WebP](https://github.com/rosell-dk/dom-util-for-webp): For the Alter HTML functionality … … 31 28 = Are there any settings ? = 32 29 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/). 30 No, just activate the plugin and enjoy the effects. If you want more settings, use [WebP Express](https://fr.wordpress.org/plugins/webp-express/). 35 31 36 32 = What if the WebP version is actually bigger than the original ? = 37 33 38 Yes, it happens. If after the conversion, the .webp version is bigger, it is immediately deleted so it will not be 39 served. 34 Yes, it happens. If after the conversion, the .webp version is bigger, it is immediately deleted so it will not be served. 40 35 41 36 = Is it compatible with browser not compatible with picture tag ? = … … 47 42 Simple WebP generates .webp version of images on upload. So your previously uploaded images will not be converted. 48 43 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`. 44 However, 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`. 51 45 52 46 = Does it work for theme images ? = 53 47 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/). 48 No, 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/). 57 49 58 50 = Does it work with Nginx ? = -
webp-simple/trunk/readme.txt
r2185717 r2185755 13 13 == Description == 14 14 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. 15 Every 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. 17 16 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. 17 WebP 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. 21 18 22 You will get much faster load time, and better ranking in 19 You will get much faster load time, and better ranking in Google Search. 23 20 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 : 21 Simple 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 26 23 * [WebPConvert](https://github.com/rosell-dk/webp-convert): For converting images to webp 27 24 * [DOM Util for WebP](https://github.com/rosell-dk/dom-util-for-webp): For the Alter HTML functionality … … 31 28 = Are there any settings ? = 32 29 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/). 30 No, just activate the plugin and enjoy the effects. If you want more settings, use [WebP Express](https://fr.wordpress.org/plugins/webp-express/). 35 31 36 32 = What if the WebP version is actually bigger than the original ? = 37 33 38 Yes, it happens. If after the conversion, the .webp version is bigger, it is immediately deleted so it will not be 39 served. 34 Yes, it happens. If after the conversion, the .webp version is bigger, it is immediately deleted so it will not be served. 40 35 41 36 = Is it compatible with browser not compatible with picture tag ? = … … 47 42 Simple WebP generates .webp version of images on upload. So your previously uploaded images will not be converted. 48 43 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`. 44 However, 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`. 51 45 52 46 = Does it work for theme images ? = 53 47 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/). 48 No, 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/). 57 49 58 50 = Does it work with Nginx ? =
Note: See TracChangeset
for help on using the changeset viewer.