Skip to content

Commit a38a0d7

Browse files
author
Frank Evers
committed
Add FAQ.
1 parent c94c6da commit a38a0d7

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

readme.txt

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ Speed up your website. Optimize your JPEG and PNG images automatically with Tin
1212

1313
== Description ==
1414

15-
Make your website faster by compressing your JPEG and PNG images.
16-
17-
This plugin automatically optimizes your images by integrating with the popular image compression services TinyJPG and TinyPNG.
15+
Make your website faster by compressing your JPEG and PNG images. This plugin automatically optimizes your images by integrating with the popular image compression services TinyJPG and TinyPNG.
1816

1917
= Features =
2018

@@ -25,14 +23,15 @@ This plugin automatically optimizes your images by integrating with the popular
2523
* See your usage directly from the media settings and during bulk compression.
2624
* Select which thumbnail sizes of an image may be compressed.
2725
* Automatic detection of images that can be recompressed.
26+
* No file size limit.
2827

2928
= How does it work? =
3029

31-
After you upload an image to your WordPress site, each resized image is uploaded to the TinyJPG or TinyPNG service. Your image is analyzed to apply the best possible compression. Based on the content of your image an optimal strategy is chosen. The result is sent back to your WordPress site. On average JPEG images are compressed by 40-60% and PNG images by 50-80% without visible loss in quality. Your website will load faster for your visitors, and you’ll save storage space and bandwidth!
30+
After you upload an image to your WordPress site, each resized image is uploaded to the TinyJPG or TinyPNG service. Your image is analyzed to apply the best possible compression. Based on the content of your image an optimal strategy is chosen. The result is sent back to your WordPress site and will replace the original image with one smaller in size. On average JPEG images are compressed by 40-60% and PNG images by 50-80% without visible loss in quality. Your website will load faster for your visitors, and you’ll save storage space and bandwidth!
3231

3332
= Getting started =
3433

35-
Install this plugin and obtain your free API key from https://tinypng.com/developers. The first 500 compressions per month are completely free, so roughly 100 images can be uploaded to WordPress for free, no strings attached! You can also change which of the generated thumbnail sizes should be compressed, because each one of them counts as a compression. And if you’re a heavy user, you can compress additional images for a small additional fee per image.
34+
Install this plugin and obtain your free API key from https://tinypng.com/developers. The first 500 compressions per month are completely free, so roughly 100 images can be uploaded to WordPress for free, no strings attached! You can also change which of the generated thumbnail sizes should be compressed, because each one of them counts as a compression. And if you’re a heavy user, you can compress more than 500 images per month for a small additional fee per image.
3635

3736
= Multisite support =
3837

@@ -78,6 +77,20 @@ The API key can also be configured in wp-config.php. You can add a TINY_API_KEY
7877
4. Show progress while bulk compressing (selection from) media library.
7978
5. Bulk compress complete media library.
8079

80+
== FAQ ==
81+
82+
= Q: I don't recall uploading 500 photos this month but my limit is already reached. How is this number calculated? =
83+
A: When you upload an image to your website, Wordpress will create different sized versions of it (see Settings > Media). The plugin will compress each of these sizes, so when you have 100 images and 5 different sizes you will do 500 compressions.
84+
85+
= Q: What happens to the compressed images when I uninstall the plugin? =
86+
A: When you remove the TinyPNG plugin all your compressed images will remain compressed.
87+
88+
= Q: Is there a file size limit? =
89+
A: No. There are no limitations on the size of the images you want to compress.
90+
91+
= Q: What happens when I reach my monthly compression limit? =
92+
A: Everything will keep on working, but newly uploaded images will not be compressed. Of course we encourage everyone to sign up for a full subscription.
93+
8194
== Changelog ==
8295

8396
= 1.3.1 =

0 commit comments

Comments
 (0)