[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f_WNoq2Es0NtOaG0jP8744Du8Ck2GmdztRLIP942a7IA":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":24,"download_link":25,"security_score":13,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":37,"analysis":141,"fingerprints":202},"image-prioritizer","Image Prioritizer","1.0.0-beta3","WordPress Performance Team","https:\u002F\u002Fprofiles.wordpress.org\u002Fperformanceteam\u002F","\u003Cp>This plugin optimizes the loading of images (and videos) with prioritization to improve \u003Ca href=\"https:\u002F\u002Fweb.dev\u002Farticles\u002Flcp\" rel=\"nofollow ugc\">Largest Contentful Paint\u003C\u002Fa> (LCP), lazy loading, and more accurate image size selection.\u003C\u002Fp>\n\u003Cp>The current optimizations include:\u003C\u002Fp>\n\u003Col>\n\u003Cli>Add breakpoint-specific \u003Ccode>fetchpriority=high\u003C\u002Fcode> preload links (both as \u003Ccode>LINK[rel=preload]\u003C\u002Fcode> elements and \u003Ccode>Link\u003C\u002Fcode> response headers) for image URLs of LCP elements:\n\u003Col>\n\u003Cli>An \u003Ccode>IMG\u003C\u002Fcode> element, including the \u003Ccode>srcset\u003C\u002Fcode>\u002F\u003Ccode>sizes\u003C\u002Fcode> attributes supplied as \u003Ccode>imagesrcset\u003C\u002Fcode>\u002F\u003Ccode>imagesizes\u003C\u002Fcode> on the \u003Ccode>LINK\u003C\u002Fcode>.\u003C\u002Fli>\n\u003Cli>The first \u003Ccode>SOURCE\u003C\u002Fcode> element with a \u003Ccode>type\u003C\u002Fcode> attribute in a \u003Ccode>PICTURE\u003C\u002Fcode> element. (Art-directed \u003Ccode>PICTURE\u003C\u002Fcode> elements using media queries are not supported.)\u003C\u002Fli>\n\u003Cli>An element with a CSS \u003Ccode>background-image\u003C\u002Fcode> inline \u003Ccode>style\u003C\u002Fcode> attribute.\u003C\u002Fli>\n\u003Cli>An element with a CSS \u003Ccode>background-image\u003C\u002Fcode> applied with a stylesheet (when the image is from an allowed origin).\u003C\u002Fli>\n\u003Cli>A \u003Ccode>VIDEO\u003C\u002Fcode> element’s \u003Ccode>poster\u003C\u002Fcode> image.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003C\u002Fli>\n\u003Cli>Ensure \u003Ccode>fetchpriority=high\u003C\u002Fcode> is only added to an \u003Ccode>IMG\u003C\u002Fcode> when it is the LCP element across all responsive breakpoints.\u003C\u002Fli>\n\u003Cli>Add \u003Ccode>fetchpriority=low\u003C\u002Fcode> to \u003Ccode>IMG\u003C\u002Fcode> tags which appear in the initial viewport but are not visible, such as when they are subsequent carousel slides.\u003C\u002Fli>\n\u003Cli>Lazy loading:\n\u003Col>\n\u003Cli>Apply lazy loading to \u003Ccode>IMG\u003C\u002Fcode> tags based on whether they appear in any breakpoint’s initial viewport.\u003C\u002Fli>\n\u003Cli>Implement lazy loading of CSS background images added via inline \u003Ccode>style\u003C\u002Fcode> attributes.\u003C\u002Fli>\n\u003Cli>Lazy-load \u003Ccode>VIDEO\u003C\u002Fcode> tags by setting the appropriate attributes based on whether they appear in the initial viewport. If a \u003Ccode>VIDEO\u003C\u002Fcode> is the LCP element, it gets \u003Ccode>preload=auto\u003C\u002Fcode>; if it is in an initial viewport, the \u003Ccode>preload=metadata\u003C\u002Fcode> default is left; if it is not in an initial viewport, it gets \u003Ccode>preload=none\u003C\u002Fcode>. Lazy-loaded videos also get initial \u003Ccode>preload\u003C\u002Fcode>, \u003Ccode>autoplay\u003C\u002Fcode>, and \u003Ccode>poster\u003C\u002Fcode> attributes restored when the \u003Ccode>VIDEO\u003C\u002Fcode> is going to enter the viewport.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003C\u002Fli>\n\u003Cli>Responsive image sizes:\n\u003Col>\n\u003Cli>Ensure \u003Ca href=\"https:\u002F\u002Fmake.wordpress.org\u002Fcore\u002F2024\u002F10\u002F18\u002Fauto-sizes-for-lazy-loaded-images-in-wordpress-6-7\u002F\" rel=\"nofollow ugc\">\u003Ccode>sizes=auto\u003C\u002Fcode>\u003C\u002Fa> is set on \u003Ccode>IMG\u003C\u002Fcode> tags after setting correct lazy-loading (above).\u003C\u002Fli>\n\u003Cli>~~Compute the \u003Ccode>sizes\u003C\u002Fcode> attribute using the widths of an image collected from URL Metrics for each breakpoint (when not lazy-loaded since then handled by \u003Ccode>sizes=auto\u003C\u002Fcode>).~~ (This has been removed due to an \u003Ca href=\"https:\u002F\u002Fgithub.com\u002FWordPress\u002Fperformance\u002Fissues\u002F2098\" rel=\"nofollow ugc\">issue\u003C\u002Fa>; use \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fauto-sizes\u002F\" rel=\"ugc\">Enhanced Responsive Images instead\u003C\u002Fa>.)\u003C\u002Fli>\n\u003C\u002Fol>\n\u003C\u002Fli>\n\u003Cli>Reduce the size of the \u003Ccode>poster\u003C\u002Fcode> image of a \u003Ccode>VIDEO\u003C\u002Fcode> from full size to the size appropriate for the maximum width of the video (on desktop).\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>This plugin requires the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Foptimization-detective\u002F\" rel=\"ugc\">Optimization Detective\u003C\u002Fa> plugin as a dependency.\u003C\u002Fstrong> Please refer to that plugin for additional background on how this plugin works as well as additional developer options.\u003C\u002Fp>\n\u003Cp>👉 \u003Cstrong>Note:\u003C\u002Fstrong> This plugin optimizes pages for actual visitors, and it depends on visitors to optimize pages. As such, you won’t see optimizations applied immediately after activating the plugin. Please wait for URL Metrics to be gathered for both mobile and desktop visits. And since administrator users are not normal visitors typically, optimizations are not applied for admins by default.\u003C\u002Fp>\n\u003Cp>Your site must have the \u003Cstrong>REST API accessible\u003C\u002Fstrong> to unauthenticated frontend visitors since this is how metrics are collected about how a page should be optimized. There are currently \u003Cstrong>no settings\u003C\u002Fstrong> and no user interface for this plugin since it is designed to work without any configuration.\u003C\u002Fp>\n","Prioritizes the loading of images and videos based on how they appear to actual visitors: adds fetchpriority, preloads, lazy-loads, and sets sizes.",50000,275800,100,1,"2026-01-09T00:12:00.000Z","6.9.4","6.6","7.2",[20,21,22,23],"image","optimization","optimization-detective","performance","https:\u002F\u002Fgithub.com\u002FWordPress\u002Fperformance\u002Ftree\u002Ftrunk\u002Fplugins\u002Fimage-prioritizer","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fimage-prioritizer.1.0.0-beta3.zip",0,null,"2026-03-15T15:16:48.613Z",[],{"slug":31,"display_name":7,"profile_url":8,"plugin_count":32,"total_installs":33,"avg_security_score":13,"avg_patch_time_days":34,"trust_score":35,"computed_at":36},"performanceteam",10,700000,336,79,"2026-04-05T02:41:15.957Z",[38,60,76,99,118],{"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":16,"requires_at_least":17,"requires_php":51,"tags":52,"homepage":56,"download_link":57,"security_score":58,"vuln_count":14,"unpatched_count":26,"last_vuln_date":59,"fetched_at":28},"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","7.4",[53,54,55,39,23],"convert-avif","convert-webp","image-compression","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":61,"name":62,"version":63,"author":7,"author_profile":8,"description":64,"short_description":65,"active_installs":66,"downloaded":67,"rating":68,"num_ratings":69,"last_updated":70,"tested_up_to":71,"requires_at_least":17,"requires_php":18,"tags":72,"homepage":74,"download_link":75,"security_score":13,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"embed-optimizer","Embed Optimizer","1.0.0-beta5","\u003Cp>This plugin’s purpose is to optimize the performance of \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fdocumentation\u002Farticle\u002Fembeds\u002F\" rel=\"ugc\">embeds in WordPress\u003C\u002Fa>, such as Tweets, YouTube videos, TikToks, and others.\u003C\u002Fp>\n\u003Cp>The current optimizations include:\u003C\u002Fp>\n\u003Col>\n\u003Cli>Lazy loading embeds just before they come into view.\u003C\u002Fli>\n\u003Cli>Adding dns-prefetch links for embeds in the initial viewport.\u003C\u002Fli>\n\u003Cli>Reserving space for embeds that resize to reduce layout shifting.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>Lazy loading embeds\u003C\u002Fstrong> improves performance because embeds are generally very resource-intensive, so lazy loading them ensures that they don’t compete with resources when the page is loading. Lazy loading of \u003Ccode>IFRAME\u003C\u002Fcode>-based embeds is handled simply by adding the \u003Ccode>loading=lazy\u003C\u002Fcode> attribute. Lazy loading embeds that include \u003Ccode>SCRIPT\u003C\u002Fcode> tags is handled by using an Intersection Observer to watch for when the embed’s \u003Ccode>FIGURE\u003C\u002Fcode> container is going to enter the viewport, and then it dynamically inserts the \u003Ccode>SCRIPT\u003C\u002Fcode> tag.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>This plugin also recommends that you install and activate the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Foptimization-detective\u002F\" rel=\"ugc\">Optimization Detective\u003C\u002Fa> plugin\u003C\u002Fstrong>, which unlocks several optimizations beyond just lazy loading. Without Optimization Detective, lazy loading can actually degrade performance \u003Cem>when an embed is positioned in the initial viewport\u003C\u002Fem>. This is because lazy loading such viewport-initial elements can degrade LCP since rendering is delayed by the logic to determine whether the element is visible. This is why WordPress Core tries its best to \u003Ca href=\"https:\u002F\u002Fmake.wordpress.org\u002Fcore\u002F2021\u002F07\u002F15\u002Frefining-wordpress-cores-lazy-loading-implementation\u002F\" rel=\"nofollow ugc\">avoid\u003C\u002Fa> \u003Ca href=\"https:\u002F\u002Fmake.wordpress.org\u002Fcore\u002F2021\u002F07\u002F15\u002Frefining-wordpress-cores-lazy-loading-implementation\u002F\" rel=\"nofollow ugc\">lazy loading\u003C\u002Fa> \u003Ccode>IMG\u003C\u002Fcode> tags which appear in the initial viewport, although the server-side heuristics aren’t perfect. This is where Optimization Detective comes in since it detects whether an embed appears in any breakpoint-specific viewports, like mobile, tablet, and desktop. (See also the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fimage-prioritizer\u002F\" rel=\"ugc\">Image Prioritizer\u003C\u002Fa> plugin which extends Optimization Detective to ensure lazy loading is correctly applied based on whether an IMG is in the initial viewport.)\u003C\u002Fp>\n\u003Cp>When Optimization Detective is active, it will start keeping track of which embeds appear in the initial viewport based on actual visits to your site. With this information in hand, Embed Optimizer will then avoid lazy loading embeds which appear in the initial viewport. Furthermore, for such above-the-fold embeds Embed Optimizer will also \u003Cstrong>add dns-prefetch links\u003C\u002Fstrong> for resources known to be used by those embeds. For example, if a YouTube embed appears in the initial viewport, Embed Optimizer with Optimization Detective will omit \u003Ccode>loading=lazy\u003C\u002Fcode> while also adding a \u003Ccode>dns-prefetch\u003C\u002Fcode> link for \u003Ccode>https:\u002F\u002Fi.ytimg.com\u003C\u002Fcode> which is the domain from which YouTube video poster images are served. Such links cause the initial-viewport embeds to load even faster.\u003C\u002Fp>\n\u003Cp>The other major feature in Embed Optimizer enabled by Optimization Detective is the \u003Cstrong>reduction of layout shifts\u003C\u002Fstrong> caused by embeds that resize when they load. This is seen commonly in WordPress post embeds or Tweet embeds. Embed Optimizer keeps track of the resized heights of these embeds. With these resized heights stored, Embed Optimizer sets the appropriate height on the container FIGURE element as the viewport-specific \u003Ccode>min-height\u003C\u002Fcode> so that when the embed loads it does not cause a layout shift.\u003C\u002Fp>\n\u003Cp>Since Optimization Detective relies on page visits to learn how the page is laid out, you’ll need to wait until you have visits from a mobile and desktop device to start seeing optimizations applied. Also, note that Optimization Detective does not apply optimizations by default for logged-in admin users.\u003C\u002Fp>\n\u003Cp>Please note that the optimizations are intended to apply to Embed blocks. So if you do not see optimizations applied, make sure that your embeds are not inside a Classic Block.\u003C\u002Fp>\n\u003Cp>Your site must have the \u003Cstrong>REST API accessible\u003C\u002Fstrong> to unauthenticated frontend visitors since this is how metrics are collected about how a page should be optimized. There are currently \u003Cstrong>no settings\u003C\u002Fstrong> and no user interface for this plugin since it is designed to work without any configuration.\u003C\u002Fp>\n","Optimizes the performance of embeds through lazy-loading, adding dns-prefetch links, and reserving space to reduce layout shifts.",60000,349166,60,2,"2026-02-27T20:19:00.000Z","7.0",[73,22,23],"embeds","https:\u002F\u002Fgithub.com\u002FWordPress\u002Fperformance\u002Ftree\u002Ftrunk\u002Fplugins\u002Fembed-optimizer","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fembed-optimizer.1.0.0-beta5.zip",{"slug":77,"name":78,"version":79,"author":80,"author_profile":81,"description":82,"short_description":83,"active_installs":84,"downloaded":85,"rating":86,"num_ratings":87,"last_updated":88,"tested_up_to":16,"requires_at_least":89,"requires_php":51,"tags":90,"homepage":94,"download_link":95,"security_score":96,"vuln_count":97,"unpatched_count":26,"last_vuln_date":98,"fetched_at":28},"wp-compress-image-optimizer","WP Compress – Instant Performance & Speed Optimization","6.60.42","AresIT","https:\u002F\u002Fprofiles.wordpress.org\u002Faresit\u002F","\u003Cp>WP Compress – Instant Performance & Speed Optimization\u003Cbr \u002F>\nInstantly speed up WordPress performance and stop slow load times from costing you sales, signups, and visitors.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Load Faster, Rank Higher & Convert Better on Complete Autopilot\u003C\u002Fstrong>\u003Cbr \u002F>\nSimply link your website and you’re good to go – with no maintenance required after setup.\u003C\u002Fp>\n\u003Cp>\u003Cem>It’s really that easy.\u003C\u002Fem>\u003C\u002Fp>\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\u002F_iy7p_Ed8oE?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>Instant Performance Boost for Your Website\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>One-Click Smart Optimization\u003C\u002Fstrong>: Simply link your website and run smart optimization for a boost in performance with no maintenance required.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Easy to Use, Yet Infinitely Customizable\u003C\u002Fstrong>: Tailor your site’s performance with customizable settings, page rules, and exclusions. Whether you prefer set-and-forget performance or hands-on control, WP Compress is built to fit your needs.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Effortlessly Speed Up Mobile Websites\u003C\u002Fstrong>: All performance tweaks provide specifically optimized versions, dedicated for mobile devices to instantly upgrade your mobile page speed and performance scores, which is critical in today’s mobile-first world.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Key Features of WP Compress\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Advanced Caching\u003C\u002Fstrong>: Unlock lightning-fast server responses, slash resource consumption, and avoid unnecessary hosting upgrades.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>CSS & JavaScript Optimization\u003C\u002Fstrong>: Reduce page bloat and minimize code to load only the critical content, with no coding required.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Perfect Image Technology\u003C\u002Fstrong>: Slash file sizes and generate WebP images that intelligently adapt to look good and load fast on any device.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Global CDN Delivery\u003C\u002Fstrong> \u003Cem>(Optional)\u003C\u002Fem>: Replicate your website’s content across the globe, for ultra-fast delivery to viewers anywhere, anytime.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Smart Optimization + 24\u002F7 Performance Monitoring\u003C\u002Fstrong>: We’ll automatically keep your site optimized around the clock, ensuring peak performance for each and every incoming visitor.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>All-in-One WordPress Performance Plugin\u003C\u002Fh3>\n\u003Cp>Enjoy one-click smart optimization for an instant performance upgrade, or customize settings, page rules and exclusions as you wish – either way, you’re in complete control.\u003C\u002Fp>\n\u003Ch3>Set Up in Seconds, Optimized Forever\u003C\u002Fh3>\n\u003Cp>WP Compress is pre-configured with one-click settings options right out of the box.\u003C\u002Fp>\n\u003Ch3>Essential Performance Suite\u003C\u002Fh3>\n\u003Cp>Get started using the essential performance suite, offering everything you need for a faster site, from one-click optimization to critical CSS improvements and lazy loading.\u003C\u002Fp>\n\u003Ch3>Powerful Optimization Engine\u003C\u002Fh3>\n\u003Cp>Real-Time image optimization, media library compression, and advanced optimizations for adaptive performance based on the incoming visitor.\u003C\u002Fp>\n\u003Ch3>Agency Features for Professionals\u003C\u002Fh3>\n\u003Cp>Agency access includes centralized management, detailed statistics, and custom branding, so you can take all of the credit for faster WordPress performance.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>PRECONFIGURED FOR YOU, YET EXTREMELY FLEXIBLE\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>You’ll be good to go the moment you paste your access key into the WP Compress plugin. It comes pre-configured with what we think are the optimal and most supported settings – but feel free to play around!\u003C\u002Fp>\n\u003Cp>\u003Cem>It’s really that simple and built for compatibility.\u003C\u002Fem>\u003C\u002Fp>\n\u003Ch3>Essential Performance Suite\u003C\u002Fh3>\n\u003Cp>\u003Cem>The basics for a faster website, without lifting a finger past setup.\u003C\u002Fem>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>One-Click Smart Optimization\u003C\u002Fli>\n\u003Cli>Advanced Website Caching\u003C\u002Fli>\n\u003Cli>Critical CSS Optimizations\u003C\u002Fli>\n\u003Cli>JavaScript Code Optimization\u003C\u002Fli>\n\u003Cli>Improve Render Blocking\u003C\u002Fli>\n\u003Cli>Delay Unnecessary JavaScript\u003C\u002Fli>\n\u003Cli>Lazy Load Images\u003C\u002Fli>\n\u003Cli>Lazy Load Videos\u003C\u002Fli>\n\u003Cli>One-Click Performance Testing\u003C\u002Fli>\n\u003Cli>SmartPurge Technology\u003C\u002Fli>\n\u003Cli>WooCommerce Tweaks\u003C\u002Fli>\n\u003Cli>FontAwesome Tweaks\u003C\u002Fli>\n\u003Cli>Google Tag Manager Tweaks\u003C\u002Fli>\n\u003Cli>Other Performance Optimizations\u003C\u002Fli>\n\u003Cli>Frequent Updates\u003C\u002Fli>\n\u003Cli>Expert Support\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Powerful Optimization Engine\u003C\u002Fstrong>\u003Cbr \u002F>\n\u003Cem>Advanced optimization that automatically adapts based on the incoming visitor for our fastest load times across the entire globe!\u003C\u002Fem>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>One-Click Smart Optimization\u003C\u002Fli>\n\u003Cli>Real-Time Image Optimization (Live)\u003C\u002Fli>\n\u003Cli>Media Library Compression (Traditional)\u003C\u002Fli>\n\u003Cli>Lossless, Intelligent & Ultra Compression Algorithms\u003C\u002Fli>\n\u003Cli>Adaptive Images (per device)\u003C\u002Fli>\n\u003Cli>Generate and Serve Next-Generation WebP Images\u003C\u002Fli>\n\u003Cli>Retina Device Support\u003C\u002Fli>\n\u003Cli>Over-Compression Prevention\u003C\u002Fli>\n\u003Cli>Optimize + Serve Images via CDN\u003C\u002Fli>\n\u003Cli>Optimize + Serve SVG via CDN\u003C\u002Fli>\n\u003Cli>Optimize + Serve CSS Assets via CDN\u003C\u002Fli>\n\u003Cli>Optimize + Serve JavaScript via CDN\u003C\u002Fli>\n\u003Cli>Optimize + Serve Fonts via CDN\u003C\u002Fli>\n\u003Cli>Support External URLs (Amazon S3 etc)\u003C\u002Fli>\n\u003Cli>Automated Image Resize\u003C\u002Fli>\n\u003Cli>Single Image Compression\u003C\u002Fli>\n\u003Cli>Single Image Restore from Cloud\u003C\u002Fli>\n\u003Cli>One-Click Bulk Optimization\u003C\u002Fli>\n\u003Cli>One-Click Bulk Restore\u003C\u002Fli>\n\u003Cli>Preserve EXIF Data\u003C\u002Fli>\n\u003Cli>Custom CDN Domains\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>INCREDIBLE AGENCY FEATURES:\u003C\u002Fstrong>\u003Cbr \u002F>\n\u003Cem>Not only is the plugin great for speeding up individual websites, but the whitelabel add-on is fully loaded with industry-leading Agency features such as:\u003C\u002Fem>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Centralized Management Portal\u003C\u002Fli>\n\u003Cli>Monthly Quotas for Clients\u003C\u002Fli>\n\u003Cli>Remote Optimization\u003C\u002Fli>\n\u003Cli>Detailed Statistics (Per Site)\u003C\u002Fli>\n\u003Cli>Agency Statistics (Overview)\u003C\u002Fli>\n\u003Cli>Detailed Compression Reports\u003C\u002Fli>\n\u003Cli>Downloadable PDF Reports\u003C\u002Fli>\n\u003Cli>Send Monthly Email Reports\u003C\u002Fli>\n\u003Cli>MainWP Bulk Linking Extension\u003C\u002Fli>\n\u003Cli>Multisite Compatibility + Bulk Linking Plugin\u003C\u002Fli>\n\u003Cli>Hide from WordPress Admin\u003C\u002Fli>\n\u003Cli>Custom Branded Reports\u003C\u002Fli>\n\u003Cli>Custom CDN Domains\u003C\u002Fli>\n\u003Cli>Custom Branded Plugin\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Features Overview\u003C\u002Fp>\n\u003Ch3>Ease of Use\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>One-Click Performance:\u003C\u002Fstrong> Instantly apply recommended or aggressive settings.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Safe Mode:\u003C\u002Fstrong> If at any point you want to revert or compare, simply toggle safe mode.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Smart Optimization:\u003C\u002Fstrong> Dynamic adjustments based on traffic and updates.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Customizable Setup:\u003C\u002Fstrong> Simple yet highly adaptable to different needs.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Comprehensive Performance:\u003C\u002Fstrong> Modular toggles for website speed optimization.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Expert Support:\u003C\u002Fstrong> Access to chat and ticket support for guidance.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Performance Enhancements\u003C\u002Fh3>\n\u003Ch3>Caching and Optimization\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Advanced Cache:\u003C\u002Fstrong> Total website caching for faster response times and reduced load.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Real-Time Optimization:\u003C\u002Fstrong> Automatically adapt content based on the incoming visitor.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Script Optimization:\u003C\u002Fstrong> Minify, combine, or delay scripts as needed.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Cache Warmup:\u003C\u002Fstrong> Preloads essential content for faster access.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>GZIP Compression:\u003C\u002Fstrong> Compresses HTML for quicker load times.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Global CDN Delivery:\u003C\u002Fstrong> Ensures fast performance worldwide.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Image and Media Management\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>WebP Images:\u003C\u002Fstrong> Utilizes next-gen image formats for quicker loads.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Retina Device Support:\u003C\u002Fstrong> Optimizes images for high-resolution displays.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Media Library Compression:\u003C\u002Fstrong> Reduces image file sizes without losing quality.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Lazy Loading:\u003C\u002Fstrong> Loads media files only when needed.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Automatic Image Optimization:\u003C\u002Fstrong> On upload for autonomous optimization.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Resource Management\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Remove Unused JavaScript\u002FCSS:\u003C\u002Fstrong> Cleans up unnecessary code for faster load times.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Font Optimization:\u003C\u002Fstrong> Manages font loading for optimal performance.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Smart Cache Purging:\u003C\u002Fstrong> Automatically purge based on website or content updates.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Prefetch DNS Connections:\u003C\u002Fstrong> Speeds up domain name resolution for assets.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>External URL Support:\u003C\u002Fstrong> Allow external urls such as S3, offloaded images and more.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Administrative Tools\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Remote Management:\u003C\u002Fstrong> Manage all of your websites from the centralized dashboard.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Multisite Tools:\u003C\u002Fstrong> Bulk linking and custom settings for network sites.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom Client Quotas:\u003C\u002Fstrong> Set specific limits for bandwidth and resources.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>UX Customization:\u003C\u002Fstrong> Adjust plugin appearance and functionality.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Sub-Account Management:\u003C\u002Fstrong> Oversee client access and site control.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Whitelabel Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Custom Branded Plugin:\u003C\u002Fstrong> Add your logo, icon, branding and more to take the credit.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom CDN Domains:\u003C\u002Fstrong> Use your domain for global content delivery.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Invisible Management:\u003C\u002Fstrong> Hide the plugin in the WP admin area.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Detailed Reporting:\u003C\u002Fstrong> Automated PDF and email reports branded with your logo.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Platform Integration\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Compatibility:\u003C\u002Fstrong> Supports WordPress, WooCommerce, MultiSite, and more.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>MainWP Integration:\u003C\u002Fstrong> Simplifies management across WordPress sites.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Think of it as a fully managed solution, where you get to take the credit for faster loading client websites!\u003C\u002Fp>\n\u003Ch3>We Always Have Your Back\u003C\u002Fh3>\n\u003Cp>We’ve built all features as a toggle system, you can simply turn something on and if there are ever any conflicts or issues, simply toggle it off and everything will revert back to how it was.\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>With millions of possible combinations, there are vast differences in environment from one WordPress website to the next. Whether it be plugins, themes, hosting permissions or server specifications – there’s a lot of variability.\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Cp>We also offer industry-leading live chat support with automatic ticket conversion. So if you ever have any questions, suggestions, or feature requests we’re here to help!\u003C\u002Fp>\n\u003Ch3>Try it risk-free and see for yourself!\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Lower Bounce Rates  \u003C\u002Fli>\n\u003Cli>Ultra-Fast Response Times  \u003C\u002Fli>\n\u003Cli>Better First Impressions  \u003C\u002Fli>\n\u003Cli>Reduced Resource Usage  \u003C\u002Fli>\n\u003Cli>Increased Conversions\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>How much does it cost?\u003C\u002Fh3>\n\u003Cp>We believe that every website deserves to load faster! You can use our essential performance suite for free and add-on the optimization engine or agency features if you wish!\u003C\u002Fp>\n\u003Cp>View our \u003Ca href=\"https:\u002F\u002Fwpcompress.com\u002Fpricing\u002F\" rel=\"nofollow ugc\">prices and plans\u003C\u002Fa>.\u003C\u002Fp>\n","Everything you need for a faster website – smart optimization, advanced caching, adaptive images, WebP creation, script improvements, optional CDN del &hellip;",10000,1083903,90,151,"2026-03-13T05:25:00.000Z","6.5",[91,39,23,92,93],"cache","speed","wpcompress","https:\u002F\u002Fwww.wpcompress.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-compress-image-optimizer.6.60.42.zip",82,13,"2026-02-17 00:00:00",{"slug":100,"name":101,"version":102,"author":103,"author_profile":104,"description":105,"short_description":106,"active_installs":107,"downloaded":108,"rating":109,"num_ratings":110,"last_updated":111,"tested_up_to":16,"requires_at_least":112,"requires_php":51,"tags":113,"homepage":116,"download_link":117,"security_score":13,"vuln_count":26,"unpatched_count":26,"last_vuln_date":27,"fetched_at":28},"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",[55,39,23,114,115],"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":119,"name":120,"version":121,"author":122,"author_profile":123,"description":124,"short_description":125,"active_installs":126,"downloaded":127,"rating":86,"num_ratings":128,"last_updated":129,"tested_up_to":130,"requires_at_least":131,"requires_php":51,"tags":132,"homepage":136,"download_link":137,"security_score":138,"vuln_count":139,"unpatched_count":26,"last_vuln_date":140,"fetched_at":28},"image-optimizer-wd","Image Optimizer by 10web – Image Optimizer and Compression plugin","6.0.67","10Web","https:\u002F\u002Fprofiles.wordpress.org\u002F10web\u002F","\u003Cp>\u003Ca href=\"https:\u002F\u002F10web.io\u002Fservices\u002Fimage-optimizer\u002F\" rel=\"nofollow ugc\">Image Optimizer by 10web\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>Images can drag down your website speed causing website visitors to flee in flocks. 10Web Image Optimizer plugin in here to save the day and your website. Our image compression plugin will save bandwidth and storage space and boost your website speed, effortlessly.\u003Cbr \u002F>\nReceive up to 50K image optimization per month and per-page image optimization for up to 6 page and 50K images to improve your bounce rate and SEO. With per-page image optimization you can optimize images of a specific page. You will no longer have to keep track of whether your page images are in your media library or another directory. The images on the selected page will be optimized through our per-page image compression technique.\u003Cbr \u002F>\n10Web Image Optimizer plugin offers three image optimization modes, including conservative, balanced, and extreme to ensure that your website receives the best possible image optimization catered to your website specifications.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Benefits\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Up to 50K image compression and optimization\u003C\u002Fli>\n\u003Cli>Per page image optimization\u003C\u002Fli>\n\u003Cli>Maximum lossy\u002FExtreme image compression\u003C\u002Fli>\n\u003Cli>Resize images\u003C\u002Fli>\n\u003Cli>Enhanced website speed\u003C\u002Fli>\n\u003Cli>Improved SEO\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>What's in it\u003C\u002Fstrong>\u003Cbr \u002F>\nThe Image Optimizer resizes images, compresses, and optimizes images in formats, including PNG, JPG, GIF, WebP, and PDF, while preserving the high quality of your images.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Three modes of compression\u003C\u002Fstrong>\u003Cbr \u002F>\nTo ensure the best image compression and resizing of images, the 10Web image compressor offers 3 modes of compression. The modes include conservative, balanced, and extreme.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Resize image\u003C\u002Fstrong>\u003Cbr \u002F>\nResize images to save space and speed up your site. The 10Web image compression plugin allows resizing of image files by up to 80%, depending on the image and compression type.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>WebP compression\u003C\u002Fstrong>\u003Cbr \u002F>\nWebP compression is used by Image Optimizer to generate images that are smaller in size than those created by JPEG and PNG. As a result, WebP enables faster page loads while maintaining image quality.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Bulk optimization\u003C\u002Fstrong>\u003Cbr \u002F>\nImage compression and optimization have never been easier. The 10Web Image Optimizer plugin enables bulk optimization of images. You can now optimize images in bulk with a single press of a button.\u003Cbr \u002F>\nTo get the most of your image optimization, you can upgrade to 10Web Booster Pro plans and automatically optimize new images as they are uploaded to your website.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Reports and statistics\u003C\u002Fstrong>\u003Cbr \u002F>\nThe 10Web Image optimizer plugin provides reports and statistics on the number of images optimized, the number of images to be optimized, and the number of page images optimized. The size and number of resized images are also reported. Through this function, you can stay informed of your website’s image optimization status, including when the last optimization occurred and how much space you’ve saved as a result.\u003C\u002Fp>\n","Image Optimizer by 10Web optimizes and preserves image quality. Improve your website speed, bounce rate, and SEO with Image Optimizer.",4000,392976,54,"2024-11-13T12:02:00.000Z","6.7.5","3.9",[133,20,134,23,135],"compress","images-optimization","photos","https:\u002F\u002F10web.io\u002Fservices\u002Fimage-optimizer\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fimage-optimizer-wd.6.0.67.zip",91,4,"2023-05-02 00:00:00",{"attackSurface":142,"codeSignals":185,"taintFlows":193,"riskAssessment":194,"analyzedAt":201},{"hooks":143,"ajaxHandlers":181,"restRoutes":182,"shortcodes":183,"cronEvents":184,"entryPointCount":26,"unprotectedCount":26},[144,150,154,158,163,167,170,175],{"type":145,"name":146,"callback":147,"file":148,"line":149},"action","admin_notices","closure","helper.php",28,{"type":145,"name":151,"callback":152,"file":148,"line":153},"wp_head","image_prioritizer_render_generator_meta_tag",50,{"type":145,"name":155,"callback":156,"file":148,"line":157},"od_register_tag_visitors","image_prioritizer_register_tag_visitors",51,{"type":159,"name":160,"callback":161,"file":148,"line":162},"filter","od_extension_module_urls","image_prioritizer_filter_extension_module_urls",52,{"type":159,"name":164,"callback":165,"file":148,"line":166},"od_url_metric_schema_root_additional_properties","image_prioritizer_add_root_schema_properties",53,{"type":159,"name":168,"callback":169,"priority":32,"file":148,"line":128},"rest_request_before_callbacks","image_prioritizer_filter_rest_request_before_callbacks",{"type":145,"name":171,"callback":172,"file":173,"line":174},"od_init","image_prioritizer_init","hooks.php",14,{"type":145,"name":176,"callback":177,"priority":178,"file":179,"line":180},"init","anonymous",9,"load.php",55,[],[],[],[],{"dangerousFunctions":186,"sqlUsage":187,"outputEscaping":189,"fileOperations":191,"externalRequests":26,"nonceChecks":26,"capabilityChecks":26,"bundledLibraries":192},[],{"prepared":26,"raw":26,"locations":188},[],{"escaped":14,"rawEcho":26,"locations":190},[],3,[],[],{"summary":195,"deductions":196},"The image-prioritizer plugin, in its current version 1.0.0-beta3, exhibits a strong security posture based on the provided static analysis. There are no identified AJAX handlers, REST API routes, shortcodes, or cron events, resulting in a zero-width attack surface and no direct entry points that could be exploited.  The code also demonstrates good practices by utilizing prepared statements for all SQL queries, properly escaping all output, and avoiding external HTTP requests. There are no detected taint flows indicating potential vulnerabilities in data handling.\n\nHowever, a significant concern is the complete absence of nonce checks and capability checks. While the current static analysis shows no entry points, this lack of authorization enforcement means that if any new entry points were introduced or discovered, they would likely be unprotected, creating a significant risk. The plugin also performs file operations, which, while not inherently risky, could become a vector if combined with other unaddressed security issues or improper input validation in future updates. The vulnerability history is clean, which is a positive sign, but it's important to remember that a clean history does not guarantee future safety, especially with the current lack of robust authorization checks.\n\nIn conclusion, the plugin has a strong foundation in terms of avoiding common pitfalls like raw SQL and unsanitized output. The lack of known vulnerabilities is also reassuring. The primary weakness lies in the absence of authorization mechanisms, which leaves it vulnerable to potential privilege escalation or unauthorized actions should any entry points be exposed or developed without proper checks. This oversight represents the most critical area for improvement.",[197,199],{"reason":198,"points":32},"Missing nonce checks",{"reason":200,"points":32},"Missing capability checks","2026-03-16T17:18:05.829Z",{"wat":203,"direct":210},{"assetPaths":204,"generatorPatterns":206,"scriptPaths":207,"versionParams":208},[205],"\u002Fwp-content\u002Fplugins\u002Fimage-prioritizer\u002Fdetect.js",[4],[],[209],"image-prioritizer\u002Fdetect.js?ver=",{"cssClasses":211,"htmlComments":212,"htmlAttributes":213,"restEndpoints":214,"jsGlobals":216,"shortcodeOutput":218},[],[],[],[215],"\u002Fwp-json\u002Fimage-prioritizer\u002F",[217],"image_prioritizer_pending_plugin",[]]