PluginProbe
Squeeze – Image Optimization & Compression, WEBP Conversion / 1.5
Squeeze – Image Optimization & Compression, WEBP Conversion v1.5
1.7.15 1.7.14 1.7.13 1.7.12 1.7.11 1.7.10 trunk 1.0 1.1 1.2 1.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5 1.5.1 1.5.2 1.6 All 42 releases
squeeze / readme.txt

readme.txt in Squeeze – Image Optimization & Compression, WEBP Conversion 1.5, at readme.txt

187 lines 9.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Squeeze ===
2 Contributors: barb0ss
3 Tags: image, optimization, image optimization, compress images, optimize images
4 Requires at least: 6.0
5 Tested up to: 6.7
6 Requires PHP: 7.0
7 Stable tag: 1.5
8 License: GPLv3
9 License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
11 Squeeze plugin optimizes and compresses images on your website directly in your browser. No extra server used, no limits for images compression.
12
13 == Description ==
14 Boost your site speed and performance by reducing the sizes of your images!
15 Squeeze plugin optimizes and compresses images on your website directly in your browser. No extra server used, no limits for images compression.
16
17 == How does the Squeeze plugin work? ==
18 Squeeze plugin compresses images directly from your WordPress Media Library or during the image upload process. All the work is handled directly inside your browser using advanced compression algorithms. That means there’s no third party service for compression images. Thus, you can be sure with the privacy of your images, ensuring data privacy and faster processing.
19 == Key Features ==
20 * **Performance Boost:** Reduces image sizes to improve website loading speed and overall user experience.
21 * **WEBP Conversion and Serving:** Convert images to the modern and efficient WEBP format and serve them seamlessly. The plugin adds .htaccess rules to serve WEBP images for supported browsers without changing URLs. Alternatively, enable the "Replace Image URLs" option to explicitly use WEBP versions on all pages.
22 * **Client-Side Image Squeezing:** Compress images directly in the browser without sending files to external servers
23 * **Upload Optimization:** Compresses images on-the-fly during the upload process, ensuring optimized images are added to your media library.
24 * **Bulk Compression:** Allows you to compress multiple images at once from your WordPress Media Library.
25 * **Custom Path Compression:** Select a folder on your site and compress all the images within that folder.
26 * **Selective Compression:** Choose which images to compress based on your preferences and requirements.
27 * **Custom Squeezing Settings:** Adjust compression parameters such as quality level to suit your specific needs.
28 * **Backup Option:** Creates a backup file to restore a compressed image to the original image.
29 * **Wide Format Support:** Squeezes images in popular formats, including JPEG, PNG, AVIF, and WebP.
30
31 == Installation ==
32 1. Download the plugin ZIP file from the WordPress Plugin Directory, or install the plugin via the WordPress plugin installer.
33 2. Extract the ZIP file (if downloaded from WordPress Plugin Directory).
34 3. Upload the plugin folder to the wp-content/plugins/ directory of your WordPress installation.
35 4. Activate the Squeeze plugin from the WordPress plugins dashboard.
36
37 == Frequently Asked Questions ==
38 = How does the plugin work? =
39
40 The plugin uses client-side compression algorithms and provides you with the ability to compress images in your WordPress media library or during the image upload process.
41
42 = What does the speed of image compression depend on? =
43
44 Because the compression process happens directly into your browser - it depends on your device’s performance.
45
46 = Image compression process seems to be stuck. The browser doesn't respond. =
47
48 It may happen if you are trying to compress a PNG image with a high resolution. In that case, you should wait a while, until the image finishes its compression or a “Request timed out.” error message occurs.
49
50 = How to fix a “Request timed out” error =
51
52 Go to the plugin’s setting page (Settings -> Squeeze).
53 At the “Basic Settings” tab increase the value of the field “Squeeze timeout”. By default it equals 60 seconds, try to make it bigger. If the error still persists, that means the script cannot process your image.
54
55 = How are the images processed? Are they sent to an external server? =
56
57 The images compressed directly in your browser – means no external server used. Squeeze does all the work locally. So you should not worry about privacy.
58
59 = Can this plugin convert images to the WEBP format? =
60
61 Yes! The Squeeze plugin supports converting images to the WEBP format during the compression process. WEBP is a modern image format that provides superior compression while maintaining high quality, resulting in faster loading times and reduced bandwidth usage. To enable this feature, simply check the "Generate WEBP" option under the Basic Settings tab to output images in WEBP format.
62
63 = How are WEBP images served? =
64
65 By default, the Squeeze plugin adds rules to your .htaccess file to serve WEBP images automatically. This means that when a browser supports the WEBP format, the corresponding WEBP version of an image will be served without changing the original image's URL. This allows seamless integration without disrupting your website's existing structure.
66 If you enable the "Replace Images URLs" option in the plugin settings, the plugin will directly replace all image URLs on your pages with their corresponding WEBP versions. This can be useful for ensuring that WEBP images are explicitly used everywhere on your site.
67 The generated WEBP images are stored in the wp-content/squeeze-webp folder within your WordPress installation.
68
69 = Why should I use image compression on my website? =
70
71 Image compression helps improve your website's performance by reducing the file size of images without significantly impacting their quality. Smaller image files load faster, resulting in faster page load times and a better user experience. Additionally, compressed images consume less bandwidth, which can be beneficial for websites with limited hosting resources or mobile users with limited data plans.
72
73 = Which image formats does the Squeeze plugin work with? =
74
75 Squeeze plugin supports JPG, PNG, WEBP and AVIF image formats.
76
77 = Can I compress multiple images at once? =
78
79 Yes, the plugin provides a bulk compression feature. This saves time and effort compared to compressing images individually.
80
81 = Can I compress images NOT from the Media Library, but from a custom folder? =
82
83 Yes, you can compress images from any folder within your WordPress installation.
84
85 = Can I customize the compression settings? =
86
87 Yes, the plugin allows you to customize various compression settings according to your preferences. The Settings page is located at Settings -> Squeeze.
88
89 == Screenshots ==
90 1. Compressed image with the Squeeze Plugin
91 2. Squeeze's Bulk Compression Page
92 3. Squeeze's Restore and Recompress Options
93 4. Serving WEBP images instead of JPG and PNG. Even though the URL of the image remains the same, the response is in the WEBP format.
94 5. Replacing images URLs with the corresponding WEBP version. If your server does not support .htaccess file or it is not writable, then you can use this option to replace your images URLs and serve WEBP images.
95 6. Squeeze's Basic Settings
96 7. Squeeze's JPEG compression settings
97 8. Squeeze's PNG compression settings
98 9. Squeeze's WebP compression settings
99 10. Squeeze's AVIF compression settings
100 11. Squeeze's Bulk actions in the List view of the Media Library
101 12. Squeeze's Filter in the Grid view of the Media Library
102
103 == Changelog ==
104 = 1.5 =
105 * Added WEBP serving
106 * Minor UI updates
107 = 1.4.9 =
108 * Added UI popup for bulk directory squeeze
109 * Added filters to the Media Library to select non-squeezed images
110 = 1.4.8 =
111 * Added webworker
112 * Fixed pause/resume on bulk Squeeze
113 * Minor UI/UX updates
114 = 1.4.7 =
115 * Updated plugin's UI and description
116 = 1.4.6 =
117 * Bulk compress option for the list view of the Media Library
118 * Pause/Resume option for the bulk compress process
119 * Fixed bugs with the list mode
120 * Fixed bug when bulk process stuck if image processing failed
121 * Added timeout for image compression process
122 * Added scaled image size for compression
123 * Refactored JS code
124 = 1.4.5 =
125 * Add bulk restore option to the list view of Media Library
126 * Compress selected thumbnails separately
127 = 1.4.4 =
128 * Delete .bak file on media delete
129 = 1.4.3 =
130 * Fixed minor JS bug
131 = 1.4.2 =
132 * Fixed security issue: check permissions for file upload
133 = 1.4.1 =
134 * Fixed security issue: Arbitrary File Upload
135 = 1.4 =
136 * Add AVIF support
137 = 1.3 =
138 * Add WEBP support
139 * Update settings page layout with tabs
140 * Add ability to re-compress images
141 * Add ability to compress images from custom folder
142 = 1.2 =
143 * Fix minor bug in Media library
144 = 1.1 =
145 * Fix PNG compressor
146 = 1.0 =
147 * First release.
148
149 == Upgrade Notice ==
150 = 1.5 =
151 * Added WEBP serving for JPG and PNG images.
152 * Minor UI updates (savings label on the comparison table)
153 = 1.4.9 =
154 * Added UI popup for bulk directory squeeze
155 * Added filters to the Media Library
156 = 1.4.8 =
157 * Added webworker
158 * Fixed pause/resume on bulk Squeeze
159 * Minor UI/UX updates
160 = 1.4.7 =
161 * Updated plugin's UI and description
162 * Moved JS and CSS backend to external files
163 * Added sprite.svg for backend icons
164 * Updated restore defaults handler function
165 = 1.4.6 =
166 * Bulk compress option for the list view of the Media Library
167 * Pause/Resume option for the bulk compress process
168 * Fixed bugs with the list mode
169 * Fixed bug when bulk process stuck if image processing failed
170 * Added timeout for image compression process
171 * Refactored JS code
172 = 1.4.5 =
173 * Add bulk restore option to the list view of Media Library
174 * Compress selected thumbnails separately
175 = 1.4 =
176 * Add AVIF support
177 = 1.3 =
178 * Add WEBP support
179 * Update settings page layout with tabs
180 * Add ability to re-compress images
181 * Add ability to compress images from custom folder
182 = 1.2 =
183 * Fix minor bug in Media library
184 = 1.1 =
185 * Fix PNG compressor
186 = 1.0 =
187 * First release.