PluginProbe
Squeeze – Image Optimization & Compression, WEBP Conversion / 1.3
Squeeze – Image Optimization & Compression, WEBP Conversion v1.3
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.3, at readme.txt

98 lines 4.8 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: compress, image, optimise, compression, bulk, optimisation
4 Requires at least: 6.0
5 Tested up to: 6.4.2
6 Requires PHP: 7.0
7 Stable tag: 1.3
8 License: GNU GPL v3 or later
9 License URI: https://www.gnu.org/licenses/gpl-3.0.html
10
11 The Squeeze plugin for WordPress allows you to easily optimize and compress images on your website using the [Squoosh.app](https://squoosh.app) service. Squoosh.app is a powerful online tool for image compression, providing excellent image quality while reducing file sizes.
12
13 == Description ==
14 This plugin uses [Squoosh.app](https://squoosh.app) compression scripts, allowing you to compress images directly from your WordPress media library or during the image upload process. By compressing your images, you can improve your website\'s performance, reduce bandwidth usage, and enhance the overall user experience.
15 **This is NOT official Squoosh.app plugin. It only uses squoosh.app compression scripts.**
16
17 == Features ==
18 * Image Compression: Automatically compresses images in your WordPress media library using Squoosh.app\'s advanced compression algorithms.
19 * Upload Optimization: Compresses images on-the-fly during the upload process, ensuring optimized images are added to your media library.
20 * Bulk Compression: Allows you to compress multiple images at once.
21 * Selective Compression: Choose which images to compress based on your preferences and requirements.
22 * Custom Compression Settings: Adjust compression parameters such as quality, resizing, and format options to suit your specific needs.
23 * Restore Option: Provides a restore option to use backup file to restore compressed image to the original image.
24
25 == Installation ==
26 1. Download the plugin ZIP file from the WordPress Plugin Directory, or install the plugin via the WordPress plugin installer.
27 2. Extract the ZIP file (if downloaded from WordPress Plugin Directory).
28 3. Upload the plugin folder to the wp-content/plugins/ directory of your WordPress installation.
29 4. Activate the Squeeze plugin from the WordPress plugins dashboard.
30
31 == Frequently Asked Questions ==
32 = How does the plugin work? =
33
34 The plugin uses Squoosh.app's compression algorithms and provides you with the ability to compress images in your WordPress media library or during the image upload process.
35
36 = How are the images processed? Are they sent to an external server? =
37
38 This plugin uses Squoosh.app compression scripts. The images compressed directly in your browser – means no external server used. Squoosh does all the work locally. So you should not worry about privacy.
39
40 = Why should I use image compression on my website? =
41
42 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.
43
44 = Which image formats does the Squeeze plugin work with? =
45
46 Currently, the Squeeze plugin supports JPG, PNG and WEBP image formats. More formats are about to be added.
47
48 = Can I compress multiple images at once? =
49
50 Yes, the plugin provides a bulk compression feature. This saves time and effort compared to compressing images individually.
51
52 = Can I compress images NOT from the Media Library, but from custom folder? =
53
54 Yes, you can compress images from any folder within your WordPress installation.
55
56 = Can I customize the compression settings? =
57
58 Yes, the plugin allows you to customize various compression settings according to your preferences. It supports the same options as Squoosh.app provides.
59
60 = How can I test compression settings before upload my images to the media library? =
61
62 You can test different options directly on [Squoosh.app](https://squoosh.app). For JPG images select MozJPEG encoder, for PNG images choose OxiPNG.
63
64 == Screenshots ==
65 1. Squeeze's Basic Settings
66 2. Squeeze's JPEG compression options
67 3. Squeeze's PNG compression options
68 4. Squeeze's WEBP compression options
69 5. Squeeze Bulk Compression Page
70 6. Squeeze Restore Option
71 7. Non-optimised image
72 8. Optimised image with Squeeze Plugin
73
74 == Changelog ==
75 = 1.3 =
76 * Add WEBP support
77 * Update settings page layout with tabs
78 * Add ability to re-compress images
79 * Add ability to compress images from custom folder
80 = 1.2 =
81 * Fix minor bug in Media library
82 = 1.1 =
83 * Fix PNG compressor
84 = 1.0 =
85 * First release.
86
87 == Upgrade Notice ==
88 = 1.3 =
89 * Add WEBP support
90 * Update settings page layout with tabs
91 * Add ability to re-compress images
92 * Add ability to compress images from custom folder
93 = 1.2 =
94 * Fix minor bug in Media library
95 = 1.1 =
96 * Fix PNG compressor
97 = 1.0 =
98 * First release.