[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fOppuLHnA_hSoA-eHIHHqle1cmjGHJFbwk4G6FQpnOoY":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":14,"last_updated":15,"tested_up_to":16,"requires_at_least":17,"requires_php":18,"tags":19,"homepage":25,"download_link":26,"security_score":27,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30,"vulnerabilities":31,"developer":32,"crawl_stats":29,"alternatives":37,"analysis":141,"fingerprints":228},"another-simple-image-optimizer","Another simple image optimizer","0.3.0","Raffael Jesche","https:\u002F\u002Fprofiles.wordpress.org\u002Fraffaelj\u002F","\u003Cp>Automatically optimize uploaded images (jpg, png, gif, webp, svg, avif) using the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fspatie\u002Fimage-optimizer\" rel=\"nofollow ugc\">Spatie image-optimizer library\u003C\u002Fa> and binary files on your host system.\u003C\u002Fp>\n\u003Cp>New uploaded images with all image sizes (thumbnails) will be optimized automatically.\u003C\u002Fp>\n\u003Cp>Previously uploaded images can be updated in two ways:\u003C\u002Fp>\n\u003Col>\n\u003Cli>Use the command line interface (cli) and run \u003Ccode>wp media regenerate\u003C\u002Fcode>, which also triggers the optimization chain. If you don’t have cli access, some other plugin, that regenerates existing thumbnails should work, too (not tested, yet).\u003C\u002Fli>\n\u003Cli>The media library has a new column “File size” in the list view, which displays the new and the old file size. If an image is not optimized, there is a link named “Optimize” to run the optimizer directly.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>Warning:\u003C\u002Fstrong> Images are replaced with the optimized ones. Create a backup before testing this plugin. If this is a deal-breaker for you, don’t use it.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Important:\u003C\u002Fstrong> If the needed binary files aren’t installed, this plugin won’t optimize anything. Don’t use it, if you don’t know, how to install them or if your web hoster doesn’t provide them.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Notice:\u003C\u002Fstrong> WordPress has no support for SVG files. Technically this plugin can optimize them, but I didn’t run any tests with plugins, that add SVG support to WordPress. I was able to optimize svg files automatically in a local test setup (see \u003Ca href=\"https:\u002F\u002Fcodeberg.org\u002Fraffaelj\u002Fwordpress-another-simple-image-optimizer\u002Fsrc\u002Fbranch\u002Fmain\u002Ftests\u002Fprepare-and-run-tests.sh\" rel=\"nofollow ugc\">\u003Ccode>prepare-and-run-tests.sh\u003C\u002Fcode> in the tests folder\u003C\u002Fa> and search for \u003Ccode>enable_svg_avif_upload\u003C\u002Fcode>).\u003C\u002Fp>\n\u003Cp>For more information and notes about development, checkout the \u003Ca href=\"https:\u002F\u002Fcodeberg.org\u002Fraffaelj\u002Fwordpress-another-simple-image-optimizer\u002Fsrc\u002Fbranch\u002Fmain\u002FREADME.md\" rel=\"nofollow ugc\">project README.md file on Codeberg\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Requirements\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>PHP function \u003Ccode>proc_open\u003C\u002Fcode> must be enabled (some web hosts disable it via \u003Ccode>php.ini\u003C\u002Fcode>)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Settings\u003C\u002Fh3>\n\u003Cp>Quality settings can be adjusted with constants in \u003Ccode>wp-config.php\u003C\u002Fcode>:\u003C\u002Fp>\n\u003Cp>Set quality for resizing images (GD\u002FImagick)\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>define('ASIO_RESIZE_QUALITY_JPEG', 100); \u002F\u002F default: 82\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>define('ASIO_RESIZE_QUALITY_WEBP', 100); \u002F\u002F default: 86\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Set quality of optimizers\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>define('ASIO_QUALITY_JPEGOPTIM', 90); \u002F\u002F default: 85\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>define('ASIO_QUALITY_PNGQUANT',  90); \u002F\u002F default: 85\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>define('ASIO_QUALITY_CWEBP',     85); \u002F\u002F default: 90\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>\u003Ccode>define('ASIO_QUALITY_AVIFENC',   70); \u002F\u002F default: 63\u003C\u002Fcode>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Optimization tools\u003C\u002Fh3>\n\u003Cp>Spatie image-optimizer will use these optimizers if they are present on your system:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Ftjko\u002Fjpegoptim\" rel=\"nofollow ugc\">JpegOptim\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Foptipng.sourceforge.net\u002F\" rel=\"nofollow ugc\">Optipng\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fpngquant.org\u002F\" rel=\"nofollow ugc\">Pngquant 2\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fsvg\u002Fsvgo\" rel=\"nofollow ugc\">SVGO 1\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fwww.lcdf.org\u002Fgifsicle\u002F\" rel=\"nofollow ugc\">Gifsicle\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdevelopers.google.com\u002Fspeed\u002Fwebp\u002Fdocs\u002Fprecompiled\" rel=\"nofollow ugc\">cwebp\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fgithub.com\u002FAOMediaCodec\u002Flibavif\u002Fblob\u002Fmain\u002Fdoc\u002Favifenc.1.md\" rel=\"nofollow ugc\">avifenc\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>At least jpegoptim and optipng should be installed.\u003C\u002Fp>\n\u003Cp>You can find information about how to install the binary files in the \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fspatie\u002Fimage-optimizer#optimization-tools\" rel=\"nofollow ugc\">Spatie image-optimizer README.md file\u003C\u002Fa>.\u003C\u002Fp>\n","Automatically optimize uploaded images using the Spatie image-optimizer library and binary files on your host system (e. g. jpegoptim, optipng)",20,1723,100,1,"2025-02-01T15:44:00.000Z","6.7.5","5.9","8.1",[20,21,22,23,24],"compression","image","jpegoptim","optimization","optipng","https:\u002F\u002Fcodeberg.org\u002Fraffaelj\u002Fwordpress-another-simple-image-optimizer","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fanother-simple-image-optimizer.0.3.0.zip",92,0,null,"2026-03-15T15:16:48.613Z",[],{"slug":33,"display_name":7,"profile_url":8,"plugin_count":14,"total_installs":11,"avg_security_score":27,"avg_patch_time_days":34,"trust_score":35,"computed_at":36},"raffaelj",30,88,"2026-04-05T02:36:42.194Z",[38,63,82,106,126],{"slug":39,"name":40,"version":41,"author":42,"author_profile":43,"description":44,"short_description":45,"active_installs":46,"downloaded":47,"rating":48,"num_ratings":49,"last_updated":50,"tested_up_to":51,"requires_at_least":52,"requires_php":53,"tags":54,"homepage":59,"download_link":60,"security_score":61,"vuln_count":14,"unpatched_count":28,"last_vuln_date":62,"fetched_at":30},"image-optimization","Image Optimizer – Optimize Images and Convert to WebP or AVIF","1.7.3","Elementor","https:\u002F\u002Fprofiles.wordpress.org\u002Felemntor\u002F","\u003Cp>\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FFco5omeF50w?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cp>Image Optimizer is an easy-to-use WordPress plugin that reduces image size through various compression and resizing techniques – all of which preserve the highest possible image quality. Image Optimizer supports many popular formats, including  JPEG, PNG, WebP, AVIF, and GIF.\u003C\u002Fp>\n\u003Ch4>REDUCED FILE SIZES FOR BOOSTED PERFORMANCE\u003C\u002Fh4>\n\u003Cp>Image Optimizer ensures faster loading times, enhanced user experience, and overall boosted website performance by reducing the size of your website’s images, resulting in improved Core Web Vitals and search engine rankings. With the Image Optimizer’s exceptional capabilities and unique algorithms, you can fine tune images and reduce their file sizes while retaining quality with lossless or lossy compression.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>FEATURES\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Image formats supported\u003C\u002Fstrong> include JPEG, PNG, WebP, AVIF and GIF.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Works in the background\u003C\u002Fstrong>: The only plugin in the category that optimizes your images in the background, without you having to stay on the page during optimization.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Resize large images\u003C\u002Fstrong>: The user can set a maximum pixel width, after which images will automatically be resized. (default value set to 1920px)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>2 compression levels\u003C\u002Fstrong>:  Lossless – highest quality with minimal compression; Lossy – maximum compression with somewhat reduced quality.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Optimize on upload\u003C\u002Fstrong>: Automatically optimizes images when you upload them.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Bulk or individual optimization\u003C\u002Fstrong>: Flexible image optimization options, whether it’s on-demand scaling and compression, or bulk optimization for your entire image library.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>EXIF Metadata\u003C\u002Fstrong>: Select whether to clear image metadata to reduce size even further without impacting image quality.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Backup original images\u003C\u002Fstrong>: Ability to delete backups permanently to save space. (We recommend backing up your website beforehand.)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Restore original images\u003C\u002Fstrong> (all sizes) for selected media files if needed.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Convert to WebP and AVIF\u003C\u002Fstrong>: Get efficient and faster-loading formats with WebP  and AVIF for even better web performance.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Image thumbnails\u003C\u002Fstrong>: Resize all image sizes by default. Allow the user to choose specific image sizes based on WordPress-registered thumbnail sizes.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>BULK OR SINGLE IMAGE OPTIMIZATION\u003C\u002Fh4>\n\u003Cp>Image Optimizer by Elementor lets you optimize all images in your library either one at a time, or in a batch according to your preferences and settings. Easily configure the plugin to scale or compress your images on-demand, or automatically have them triggered as they are being uploaded. Or, if you have a large number of images already uploaded, the bulk optimization feature allows you to resize and\u002For compress your entire library of existing images in just a few clicks.\u003C\u002Fp>\n\u003Ch4>2 COMPRESSION LEVELS\u003C\u002Fh4>\n\u003Cp>With Image Optimizer’s advanced algorithms, you can compress images and reduce their file size at the level that makes the most sense for you. We offer 2 types of compression where images will be processed, giving you the perfect balance of compression and quality.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Lossless Compression\u003C\u002Fstrong>: Lossless compression reduces image file sizes without sacrificing or diminishing the quality of your images. This type of compression reduces file sizes by removing unused or unnecessary data so that no image details are lost along the way.  Hence, you are able to reduce the file size and still maintain the quality of your image.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Lossy Compression\u003C\u002Fstrong>: Lossy compression performs maximum compression resulting in lightweight images and smaller file sizes. It reduces image size by removing image data that is generally invisible to the human eye and minimizes any compromise in image quality.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Convert to WebP and AVIF\u003C\u002Fstrong>: Convert images to the slimmer WebP or AVIF formats for even better optimization with a 25-30% savings over JPEG and PNG. Most browsers support WebP, however if they don’t, you can have fallback versions of the image available in the same format as the original image.\u003C\u002Fp>\n\u003Cp>By tailoring compression to the level you need, your visitors will enjoy faster load times, improved responsiveness, and a seamless browsing experience. Our approach also enables your website to rank higher in search results. Since a search engine’s ranking is heavily influenced by speed, user experience, and Core Web Vitals, Image Optimizer by Elementor is an invaluable tool for any website, especially one that’s abundant with images.\u003C\u002Fp>\n\u003Ch4>Get Started Today\u003C\u002Fh4>\n\u003Cp>For more information about Image Optimizer, visit our \u003Ca href=\"https:\u002F\u002Fgo.elementor.com\u002Fwp-repo-description-tab-io-product-page\u002F\" rel=\"nofollow ugc\">official website\u003C\u002Fa> or \u003Ca href=\"https:\u002F\u002Fgo.elementor.com\u002Fwp-repo-description-tab-io-free-trial\u002F\" rel=\"nofollow ugc\">Try It Now\u003C\u002Fa>.\u003Cbr \u002F>\nIf you have any questions or need support, feel free to \u003Ca href=\"https:\u002F\u002Fgo.elementor.com\u002Fwp-repo-description-tab-io-contact-us\u002F\" rel=\"nofollow ugc\">contact us\u003C\u002Fa> or visit our \u003Ca href=\"https:\u002F\u002Fgo.elementor.com\u002Fwp-repo-description-tab-io-help-center\u002F\" rel=\"nofollow ugc\">help center\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>This plugin requires a connection to an active Elementor account in order to identify the user and provide the user with the purchased service. This connection is triggered manually by the user via the plugin’s settings panel.\u003Cbr \u002F>\nThis plugin uses a 3rd party service operated by Elementor, which accepts a standard image in JPG, PNG, GIF or WEBP format and returns a web optimized image based on the selected settings. This flow is triggered by the user or automatically (based on the selected plugin settings) on compatible image upload or by manually initiating optimize process.\u003C\u002Fp>\n\u003Ch3>Related Plugins\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fsite-mailer\u002F\" rel=\"ugc\">Site Mailer\u003C\u002Fa>: Effortlessly manage transactional emails with Site Mailer. High deliverability, logs and statistics, and no SMTP plugins needed.\u003C\u002Fp>\n","Automatically resize, optimize, and convert images to WebP and AVIF. Compress images in bulk or on upload to boost your WordPress site performance.",1000000,13094645,32,72,"2026-02-17T13:59:00.000Z","6.9.4","6.6","7.4",[55,56,57,39,58],"convert-avif","convert-webp","image-compression","performance","https:\u002F\u002Fgo.elementor.com\u002Fwp-repo-description-tab-io-product-page\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fimage-optimization.1.7.3.zip",99,"2026-02-20 00:00:00",{"slug":64,"name":65,"version":66,"author":67,"author_profile":68,"description":69,"short_description":70,"active_installs":71,"downloaded":72,"rating":73,"num_ratings":74,"last_updated":75,"tested_up_to":51,"requires_at_least":76,"requires_php":53,"tags":77,"homepage":80,"download_link":81,"security_score":13,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"quickwebp","QuickWebP – Compress \u002F Optimize Images & Convert WebP | SEO Friendly","3.2.7","Ludwig You","https:\u002F\u002Fprofiles.wordpress.org\u002Fludwigyou\u002F","\u003Cp>QuickWebP is an image compression and optimization plugin for WordPress that automatically converts images to WebP when they are uploaded to the media library. It also optimizes the image to improve your site’s performance. The plugin also renames the image file to the WebP format and cleans up the file name for better SEO. Additionally, the plugin uses the cleaned up name to pre-populate the alt, caption, description, legend, and title metadata, making image management on your site easier. You can also set a maximum width and height for the image, which will automatically resize it if necessary. No API is required and the plugin is completely free, with no subscriptions or additional fees.\u003C\u002Fp>\n\u003Ch3>Important\u003C\u002Fh3>\n\u003Cp>QuickWebP is now include in WPMasterToolKit plugin. You can download it here : \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwpmastertoolkit\u002F\" rel=\"ugc\">WPMasterToolKit\u003C\u002Fa>\u003Cbr \u002F>\nFor use like QuickWebP, you can activate the module “Media encoder” in the settings of WPMasterToolKit.\u003C\u002Fp>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Automatically converts images to WebP format when uploaded to the media library\u003C\u002Fli>\n\u003Cli>Optimizes images for improved site performance\u003C\u002Fli>\n\u003Cli>Renames image files to WebP format and cleans up file names for prevent special characters (ex : “Clé d’identification.jpg” becomes “cle-d-identification.webp”)\u003C\u002Fli>\n\u003Cli>Pre-populates image metadata (alt, caption, description, legend, and title)\u003C\u002Fli>\n\u003Cli>Allows for automatic image resizing based on maximum width and height (by default max 2000px)\u003C\u002Fli>\n\u003Cli>No API required for convertion and optimization\u003C\u002Fli>\n\u003Cli>Entirely free, with no subscriptions or additional fees.\u003C\u002Fli>\n\u003Cli>Directly paste image from clipboard or software like Photoshop (CTRL + V OR CMD + V) directly into the WP Media Frame.\u003C\u002Fli>\n\u003Cli>Select library for images to convert to webp (GD or Imagick).\u003C\u002Fli>\n\u003Cli>Bulk convert images to webp format and preserve original images (for old media on your website).\u003C\u002Fli>\n\u003Cli>Preview image optimization in settings for better optimization.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Demos\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>How to install QuickWebP\u003C\u002Fstrong>\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002F5Ja2engS5YA?version=3&rel=0&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Paste an picture from clipboard to wp media easily\u003C\u002Fstrong>\u003Cbr \u002F>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FN5Yc-D8Hhyw?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\u003C\u002Fp>\n\u003Ch3>Other plugin by Webdeclic\u003C\u002Fh3>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwebdeclic.com\" rel=\"nofollow ugc\">Webdeclic\u003C\u002Fa> is a French web agency based in Paris. We are specialized in the creation of websites and e-commerce sites. We are also the creator of the following plugins:\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwpmastertoolkit\u002F\" rel=\"ugc\">WPMasterToolKit\u003C\u002Fa> : A complete toolkit for your WordPress site.\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fmentions-legales-par-webdeclic\u002F\" rel=\"ugc\">Mentions Legales Par Webdeclic\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcookie-dough-compliance-and-consent-for-gdpr\u002F\" rel=\"ugc\">Cookie Dough Compliance and Consent for GDPR\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fquickwebp\u002F\" rel=\"ugc\">QuickWebP – Compress \u002F Optimize Images & Convert WebP | SEO Friendly\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Funiversal-honey-pot\u002F\" rel=\"ugc\">Univeral Honey Pot\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fclean-my-wp\u002F\" rel=\"ugc\">Clean My WP\u003C\u002Fa>\u003Cbr \u002F>\n* \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fsearch\u002Fwebdeclic\u002F\" rel=\"ugc\">Show all plugins on WordPress.org\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Support us\u003C\u002Fh3>\n\u003Cp>⭐️ If you like this plugin, please give us a 5 star rating on WordPress.org. This will motivate us to develop new features and write other plugins. ⭐️\u003C\u002Fp>\n\u003Cp>☕️ If you want buy me a coffee, you can do it here : \u003Ca href=\"https:\u002F\u002Fbmc.link\u002Fludwig\" rel=\"nofollow ugc\">Buy me a coffee\u003C\u002Fa> ☕️\u003C\u002Fp>\n","QuickWebP is a free WordPress plugin that converts images to WebP, optimizes performance, improves SEO, auto-fills metadata, and resizes images—no API &hellip;",7000,33353,94,17,"2025-12-26T15:37:00.000Z","6.0.0",[57,39,58,78,79],"seo","webp","https:\u002F\u002Fwebdeclic.com\u002Fprojets\u002Fcreation-de-lextension-wordpress-quickwebp\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fquickwebp.3.2.7.zip",{"slug":83,"name":84,"version":85,"author":86,"author_profile":87,"description":88,"short_description":89,"active_installs":90,"downloaded":91,"rating":92,"num_ratings":93,"last_updated":94,"tested_up_to":95,"requires_at_least":96,"requires_php":97,"tags":98,"homepage":101,"download_link":102,"security_score":103,"vuln_count":104,"unpatched_count":28,"last_vuln_date":105,"fetched_at":30},"imagerecycle-pdf-image-compression","ImageRecycle pdf & image compression","3.1.18","ImageRecycle","https:\u002F\u002Fprofiles.wordpress.org\u002Fimagerecycle\u002F","\u003Cp>\u003Cstrong>ImageRecycle is an automatic Image and PDF compression plugin for WordPress.\u003C\u002Fstrong> Your customers are waiting for your pages to load, it can takes long, especially on mobile devices. Even content is served in seconds by a fast server, slow connection can make your users leaving.\u003C\u002Fp>\n\u003Cp>People are impatient in front a slow loading website, that’s the result of all studies; 4 second loading causing 24% of visitors to leave (Source statistica.com.). Image and PDF optimization is more efficient than any other optimization tool.\u003Cbr \u002F>\nImages can represent from 60% to 80% of a page weight, so an optimization can accelerate your page loading by x3 or more.\u003C\u002Fp>\n\u003Ch3>WORDPRESS IMAGE AND PDF COMPRESSION\u003C\u002Fh3>\n\u003Cp>It’s highly important in WordPress to make an image optimization because when you upload an image, 4 images are generated and stored on your server: a thumbnail, medium, large and original sized images.\u003Cbr \u002F>\nEven more, some plugin can add their own image size for specific layouts like WooCommerce. All those images can be used in various conditions, it’s easy but heavy to load.\u003Cbr \u002F>\nImage optimization with ImageRecycle plugin is automatic and reduce your page weight by up to 80%. This is highly recommended for SEO and high traffic websites.\u003Cbr \u002F>\nGet a 100MB trial of compression quota then it’s up to you to speedup your entire website, \u003Ca href=\"https:\u002F\u002Fwww.imagerecycle.com\u002Fcms\u002Fwordpress\" title=\"WordPress image pdf compression\" rel=\"friend nofollow ugc\">click here for more details about the WordPress image compression >>\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>COMPRESS IMAGES AND PDF, NOT QUALITY\u003C\u002Fh3>\n\u003Cp>The jpg, png, gif optimization algorithm can reduce the image size by up to 85% (5x +), while the resulting photos are visually identical to the originals. We believe that image and pdf compression is a matter preserving the quality then reduce the size.\u003Cbr \u002F>\nReducing the image and pdf size can be done using a massive compression of data and result a worsened quality. We detect already compressed media and return original files.\u003C\u002Fp>\n\u003Ch3>WOOCOMMERCE IMAGE COMPRESSION AND 3RD PARTY PLUGINS\u003C\u002Fh3>\n\u003Cp>The plugin is highly configurable, and you can choose media folders to compress from your server.\u003Cbr \u002F>\nSo, it will work with all third-party plugins including WooCommerce, galleries plugin. Plus, you can of course optimize media from other folders (multiple site, another CMS…)\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Test full service for free during 15 days.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Main features:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Compress automatically new images & pdf\u003C\u002Fli>\n\u003Cli>Compress automatically existing images & pdf\u003C\u002Fli>\n\u003Cli>Launch a full image optimization process in background and get notified by Email when it’s done\u003C\u002Fli>\n\u003Cli>Determine which folder to optimize or not\u003C\u002Fli>\n\u003Cli>1 month all original media backup and one click restore\u003C\u002Fli>\n\u003Cli>Image resizing\u003C\u002Fli>\n\u003Cli>Define an optimization quality per media type (jpg, png, gif, pdf) > Lossy\u002FLossless\u002FNo compression\u003C\u002Fli>\n\u003Cli>Define a min and max size to optimize\u003C\u002Fli>\n\u003Cli>Optimize png, jpg, gif\u003C\u002Fli>\n\u003Cli>Filter your optimized \u002F non optimized media by status, date, file name\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>More details here, ImageRecycle:\u003C\u002Fstrong> https:\u002F\u002Fwww.imagerecycle.com\u002Fcms\u002Fwordpress\u003C\u002Fp>\n\u003Ch4>How to optimize images with WordPress plugin:\u003C\u002Fh4>\n\u003Cdiv class=\"embed-vimeo\" style=\"text-align: center;\">\u003Ciframe loading=\"lazy\" src=\"https:\u002F\u002Fplayer.vimeo.com\u002Fvideo\u002F137127106\" width=\"750\" height=\"422\" frameborder=\"0\" webkitallowfullscreen mozallowfullscreen allowfullscreen>\u003C\u002Fiframe>\u003C\u002Fdiv>\n\u003Ch4>Video presentation:\u003C\u002Fh4>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002Fw3ux1kJU0I8?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Ch3>Requirements\u003C\u002Fh3>\n\u003Ch4>Compression technical details\u003C\u002Fh4>\n\u003Cp>\u003Cstrong>The jpg optimization\u003C\u002Fstrong> tool is capable of reducing the file size of standard JPEG photos by up to 85% (5x +), while the resulting photos are visually identical to the original photos.\u003Cbr \u002F>\nThe script on the server is making a full analysis of:\u003Cbr \u002F>\n* Colors radius sizes\u003Cbr \u002F>\n* Textures\u003Cbr \u002F>\n* Patterns\u003C\u002Fp>\n\u003Cp>\u003Cstrong>For .png and gif images optimization\u003C\u002Fstrong>, it’s quite different, we use several methods.\u003Cbr \u002F>\n* Quantization\u003Cbr \u002F>\n* Choosing a better pre-compression filter\u003Cbr \u002F>\n* Deflate compression algorithm enhancement\u003C\u002Fp>\n\u003Cp>\u003Cstrong>We also offer a PDF compression\u003C\u002Fstrong> specifically optimized for web-based publication.\u003Cbr \u002F>\nThe quality for reading a PDF on the web will be close to the original. Depending of the tool and the quality setting used to generate the PDF, you can expect from 10% to 95%.\u003Cbr \u002F>\nExceptional compression results can be applied on PDF exported for print using Adobe Indesign for example.\u003C\u002Fp>\n\u003Cp>Optimizations are:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Image optimization\u003C\u002Fli>\n\u003Cli>Colors resolution reduction for grayscale, bi-tonal images and indexed images\u003C\u002Fli>\n\u003Cli>Color conversion\u003C\u002Fli>\n\u003Cli>Subsetting of fonts\u003C\u002Fli>\n\u003Cli>Removal of embedded standard fonts\u003C\u002Fli>\n\u003Cli>Removal redundant objects\u003C\u002Fli>\n\u003Cli>Remove alternative images\u003C\u002Fli>\n\u003Cli>Remove metadata\u003C\u002Fli>\n\u003Cli>Resize image at exact size\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Once the script detect some elements that can be optimized it runs the optimization on image zone that are mostly invisible to human eye.\u003Cbr \u002F>\nWe also eliminate non-standard elements added by some image software such as photoshop or Gimp. This process is completelly lossy and can be reverted.\u003C\u002Fp>\n","ImageRecycle image & PDF compression. Make WordPress loads faster by using an automatic image and PDF optimization.",1000,91710,90,26,"2025-09-30T07:15:00.000Z","6.8.5","3.5.1","5.3",[99,57,39,100],"image-compress","image-resizer","https:\u002F\u002Fwww.imagerecycle.com\u002Fcms\u002Fwordpress","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fimagerecycle-pdf-image-compression.3.1.18.zip",97,15,"2024-12-10 00:00:00",{"slug":107,"name":108,"version":109,"author":110,"author_profile":111,"description":112,"short_description":113,"active_installs":90,"downloaded":114,"rating":13,"num_ratings":115,"last_updated":116,"tested_up_to":51,"requires_at_least":117,"requires_php":118,"tags":119,"homepage":122,"download_link":123,"security_score":27,"vuln_count":124,"unpatched_count":28,"last_vuln_date":125,"fetched_at":30},"squeeze","Squeeze – Image Optimization & Compression, WEBP Conversion","1.7.8","Bogdan Bendziukov","https:\u002F\u002Fprofiles.wordpress.org\u002Fbarb0ss\u002F","\u003Cp>Squeeze is a lightweight yet powerful image optimization plugin for WordPress.\u003Cbr \u002F>\nIt compresses and converts your images directly in your browser, so no image ever leaves your site.\u003C\u002Fp>\n\u003Cp>Unlike most competitors, Squeeze:\u003C\u002Fp>\n\u003Cp>♾️ Has no image compression limits — you can squeeze as many images as you want.\u003Cbr \u002F>\n☁️ Doesn’t send your images to any external servers — all processing happens locally in your browser.\u003Cbr \u002F>\n⚡ Converts images to WEBP instantly and directly, replacing the original file (no duplicates, no clutter).\u003Cbr \u002F>\n🖼️ Optimizes images on the fly inside Gutenberg, Elementor, and GenerateBlocks — right when you upload or insert them.\u003C\u002Fp>\n\u003Cp>It’s privacy-safe, lightning-fast, and storage-efficient.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fpluginarium.com\u002Fsqueeze\u002F\" rel=\"nofollow ugc\">Squeeze official website\u003C\u002Fa> | \u003Ca href=\"https:\u002F\u002Fpluginarium.com\u002Fsqueeze\u002Fsqueeze-documentation\u002F\" rel=\"nofollow ugc\">Plugin’s documentation\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>🌟 New Features since version 1.7 🌟\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Direct WEBP Conversion:\u003C\u002Fstrong> Convert JPG\u002FPNG images into WEBP instantly and replace originals — saving tons of storage.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Pre-Upload Compression:\u003C\u002Fstrong> Compress images before they even reach your server, reducing upload time and bandwidth usage.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>✨ Key Features ✨\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Increase Page Speed:\u003C\u002Fstrong> Reduces image sizes to improve website loading speed and overall user experience.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>WEBP Conversion and Serving:\u003C\u002Fstrong> 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.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Client-Side Image Squeezing:\u003C\u002Fstrong> Compress images directly in the browser without sending files to external servers\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Upload Optimization:\u003C\u002Fstrong> Compresses images on-the-fly during the upload process, ensuring optimized images are added to your media library.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Gutenberg and GenerateBlocks Support:\u003C\u002Fstrong> Squeeze images directly on upload in Gutenberg or GenerateBlocks builder.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Bulk Compression:\u003C\u002Fstrong> Allows you to compress multiple images at once from your WordPress Media Library.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom Directory Compression:\u003C\u002Fstrong> Select a directory on your site and compress all the images within it.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Selective Compression:\u003C\u002Fstrong> Choose which images to compress based on your preferences and requirements.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom Squeezing Settings:\u003C\u002Fstrong> Adjust compression parameters such as quality level to suit your specific needs.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Backup Option:\u003C\u002Fstrong> Creates a backup file to restore a compressed image to the original image.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Wide Format Support:\u003C\u002Fstrong> Squeezes images in popular formats, including JPEG, PNG, AVIF, and WEBP.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>⚜️ Premium Features ⚜️\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Image Comparison:\u003C\u002Fstrong> Compare original and Squeezed images directly in the Media Library.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Resize Original Image:\u003C\u002Fstrong> Set maximum width and height for the original image.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Bulk Squeeze from a Page:\u003C\u002Fstrong> Compress all images from a specific page.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Elementor Integration:\u003C\u002Fstrong> Squeeze images directly while editing in Elementor.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Image Exclusion:\u003C\u002Fstrong> Exclude specific images from bulk compression.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Priority support & updates!\u003C\u002Fstrong>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Don’t settle for limitations—upgrade now and supercharge your experience!\u003C\u002Fp>\n\u003Cp>\u003Cstrong>\u003Ca href=\"https:\u002F\u002Fpluginarium.com\u002Fsqueeze\u002F#premium\" rel=\"nofollow ugc\">Explore the Premium version here.\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Ch3>How does the Squeeze plugin work?\u003C\u002Fh3>\n\u003Cp>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.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fpluginarium.com\u002Fsqueeze\u002Fsqueeze-documentation\u002F\" rel=\"nofollow ugc\">Plugin’s documentation is available here.\u003C\u002Fa>\u003C\u002Fp>\n","Unlimited. Private. Instant. Squeeze compresses and converts your images directly in your browser — no external servers and no upload limits.",13073,5,"2026-02-16T18:01:00.000Z","6.0","7.3",[120,56,57,39,121],"compress-images","optimize-images","","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsqueeze.1.7.8.zip",3,"2025-04-09 00:00:00",{"slug":127,"name":128,"version":129,"author":130,"author_profile":131,"description":132,"short_description":133,"active_installs":134,"downloaded":135,"rating":28,"num_ratings":28,"last_updated":136,"tested_up_to":51,"requires_at_least":137,"requires_php":138,"tags":139,"homepage":122,"download_link":140,"security_score":13,"vuln_count":28,"unpatched_count":28,"last_vuln_date":29,"fetched_at":30},"image-to-webp-converter","Image to WebP Converter","1.0","SACHINRAJ CP","https:\u002F\u002Fprofiles.wordpress.org\u002Fsachinrajcp123\u002F","\u003Cp>\u003Cstrong>Image to WebP Converter\u003C\u002Fstrong> is a WordPress plugin designed to optimize your website’s images by converting uploaded PNG, JPG, and JPEG files to the WebP format automatically. With smaller image sizes and improved performance, this plugin helps boost your site’s speed and user experience.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Features include:\u003C\u002Fstrong>\u003Cbr \u002F>\n– Automatic conversion of PNG, JPG, and JPEG images to WebP format.\u003Cbr \u002F>\n– Reduced file sizes for faster website load times.\u003Cbr \u002F>\n– Seamless integration with the WordPress media upload process.\u003Cbr \u002F>\n– Easy setup with no coding required.\u003Cbr \u002F>\n– Maintains the original image files alongside WebP images (unless you modify this behavior).\u003Cbr \u002F>\n– Error handling and logging for missing server support.\u003C\u002Fp>\n\u003Cp>Save bandwidth and provide a faster browsing experience for your visitors with this powerful image optimization tool.\u003C\u002Fp>\n","Automatically convert uploaded images (PNG, JPG, JPEG) to WebP format to enhance website performance and reduce load times.",900,874,"2025-12-05T16:56:00.000Z","5.0","7.0",[57,39,58,79],"https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fimage-to-webp-converter.1.0.zip",{"attackSurface":142,"codeSignals":182,"taintFlows":219,"riskAssessment":220,"analyzedAt":227},{"hooks":143,"ajaxHandlers":178,"restRoutes":179,"shortcodes":180,"cronEvents":181,"entryPointCount":28,"unprotectedCount":28},[144,150,152,156,159,162,167,171,175],{"type":145,"name":146,"callback":147,"file":148,"line":149},"action","admin_menu","closure","admin.php",8,{"type":145,"name":151,"callback":147,"file":148,"line":34},"admin_init",{"type":153,"name":154,"callback":147,"priority":155,"file":148,"line":48},"filter","manage_media_columns",10,{"type":145,"name":157,"callback":147,"priority":155,"file":148,"line":158},"manage_media_custom_column",38,{"type":145,"name":160,"callback":147,"file":148,"line":161},"admin_head",89,{"type":153,"name":163,"callback":164,"priority":155,"file":165,"line":166},"wp_generate_attachment_metadata","hook_wp_generate_attachment_metadata","plugin.php",35,{"type":153,"name":168,"callback":169,"priority":155,"file":165,"line":170},"wp_update_attachment_metadata","hook_wp_update_attachment_metadata",46,{"type":153,"name":172,"callback":173,"priority":155,"file":165,"line":174},"wp_editor_set_quality","hook_wp_editor_set_quality",62,{"type":145,"name":176,"callback":147,"file":165,"line":177},"init",71,[],[],[],[],{"dangerousFunctions":183,"sqlUsage":184,"outputEscaping":186,"fileOperations":217,"externalRequests":28,"nonceChecks":14,"capabilityChecks":28,"bundledLibraries":218},[],{"prepared":28,"raw":28,"locations":185},[],{"escaped":187,"rawEcho":188,"locations":189},18,16,[190,193,195,197,198,200,201,202,204,205,206,208,210,212,214,216],{"file":148,"line":191,"context":192},76,"raw output",{"file":148,"line":194,"context":192},83,{"file":196,"line":124,"context":192},"inc\\settings-list.php",{"file":196,"line":115,"context":192},{"file":196,"line":199,"context":192},7,{"file":196,"line":149,"context":192},{"file":196,"line":155,"context":192},{"file":203,"line":124,"context":192},"inc\\settings-optimize.php",{"file":203,"line":115,"context":192},{"file":203,"line":149,"context":192},{"file":203,"line":207,"context":192},9,{"file":203,"line":209,"context":192},11,{"file":203,"line":211,"context":192},12,{"file":203,"line":213,"context":192},13,{"file":203,"line":215,"context":192},14,{"file":203,"line":74,"context":192},2,[],[],{"summary":221,"deductions":222},"The plugin \"another-simple-image-optimizer\" v0.3.0 exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The absence of any identified CVEs, combined with the plugin's zero attack surface in terms of AJAX, REST API, shortcodes, and cron events, suggests a minimal exposure to common web attack vectors. Furthermore, all SQL queries are secured using prepared statements, and no critical or high-severity taint flows were detected. The plugin also demonstrates some good practices with the presence of nonce checks and file operations, which are typical for optimization plugins.\n\nHowever, there are areas for improvement. The most significant concern is the relatively low percentage of properly escaped output (53%). This could leave the plugin vulnerable to cross-site scripting (XSS) attacks if user-supplied data is rendered without adequate sanitization or escaping in the remaining 47% of output operations. The complete absence of capability checks is also a weakness, as it implies that no administrative privileges are verified for any operations, potentially allowing unauthorized users to trigger plugin functions, though the attack surface appears limited. The presence of file operations without explicit mention of sanitization or permission checks warrants attention.\n\nIn conclusion, \"another-simple-image-optimizer\" v0.3.0 is not currently associated with known vulnerabilities and has a very small attack surface, which are significant strengths. The primary risk stems from the potential for XSS vulnerabilities due to incomplete output escaping and the lack of capability checks on any operations. Addressing these areas would significantly improve the plugin's overall security. The plugin's history of zero vulnerabilities is a positive indicator, but it doesn't negate the risks identified in the current code analysis.",[223,225],{"reason":224,"points":149},"Low output escaping percentage",{"reason":226,"points":115},"No capability checks","2026-03-16T22:49:11.084Z",{"wat":229,"direct":234},{"assetPaths":230,"generatorPatterns":231,"scriptPaths":232,"versionParams":233},[],[],[],[],{"cssClasses":235,"htmlComments":236,"htmlAttributes":237,"restEndpoints":238,"jsGlobals":239,"shortcodeOutput":240},[],[],[],[],[],[]]