[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fLaPFf6TwcKzo7idF5NcjBEWDmmDHohKDXcFyX0scDRk":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":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":24,"download_link":25,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":37,"analysis":141,"fingerprints":371},"avif-local-support","AVIF Local Support","0.6.3","David Degner","https:\u002F\u002Fprofiles.wordpress.org\u002Fddegner\u002F","\u003Cp>Built by a \u003Ca href=\"https:\u002F\u002Fwww.daviddegner.com\" rel=\"nofollow ugc\">Boston photographer\u003C\u002Fa> for site owners who care about visual quality and full control. This plugin prioritizes \u003Cstrong>image quality\u003C\u002Fstrong> over everything else — no subscriptions, no external services.\u003C\u002Fp>\n\u003Ch3>Features\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>\u003Cstrong>Local Processing\u003C\u002Fstrong> — All conversion happens on your server. No subscriptions or external API calls. Works great on a shared CPU with 2GB RAM.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Quality First\u003C\u002Fstrong> — Uses LANCZOS resizing, preserves ICC color profiles, and keeps EXIF\u002FXMP\u002FIPTC metadata intact.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Fully Tunable\u003C\u002Fstrong> — Control quality (0–100), speed (0–10), chroma subsampling (4:2:0, 4:2:2, 4:4:4), and bit depth (8\u002F10\u002F12-bit).\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Smart Fallback\u003C\u002Fstrong> — Serves AVIF to supported browsers, JPEG to everyone else via picture elements.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Automatic Conversion\u003C\u002Fstrong> — Convert on upload or via daily scheduled background scans.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>LQIP Placeholders\u003C\u002Fstrong> — Generate ThumbHash-based low-quality image placeholders for smooth loading.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>How It Works\u003C\u002Fh3>\n\u003Cp>\u003Cstrong>Front end:\u003C\u002Fstrong> The plugin wraps your img tags in picture elements with an AVIF source. Browsers that support AVIF load the smaller, higher-quality file — others gracefully fall back to JPEG.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Conversion:\u003C\u002Fstrong> Uses ImageMagick CLI (fastest), Imagick PHP extension (high quality), or GD Library (fallback) to convert JPEGs to AVIF on upload or via background jobs.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>LQIP:\u003C\u002Fstrong> Generates compact (~30 byte) ThumbHash placeholders that display instantly while images load.\u003C\u002Fp>\n\u003Ch3>Server Setup\u003C\u002Fh3>\n\u003Cp>The plugin supports three conversion engines, in order of preference:\u003C\u002Fp>\n\u003Ch4>ImageMagick CLI (Fastest, Recommended)\u003C\u002Fh4>\n\u003Cp>Uses the ImageMagick command-line binary directly:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>System binary:\u003C\u002Fstrong> ImageMagick 7.x built with HEIF\u002FAVIF support (via libheif)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>No PHP extension required\u003C\u002Fstrong>\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Benefits:\u003C\u002Fstrong> Fastest performance, LANCZOS resizing, full metadata preservation (EXIF, XMP, IPTC, ICC)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Typical paths:\u003C\u002Fstrong> \u003Ccode>\u002Fusr\u002Fbin\u002Fmagick\u003C\u002Fcode>, \u003Ccode>\u002Fusr\u002Flocal\u002Fbin\u002Fmagick\u003C\u002Fcode>, or Homebrew on macOS\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>To verify AVIF support:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>magick -list format | grep -i avif\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Imagick PHP Extension (High Quality)\u003C\u002Fh4>\n\u003Cp>Uses the PHP Imagick extension:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>PHP extension:\u003C\u002Fstrong> imagick\u003C\u002Fli>\n\u003Cli>\u003Cstrong>System libraries:\u003C\u002Fstrong> ImageMagick built with HEIF\u002FAVIF support (via libheif)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Benefits:\u003C\u002Fstrong> LANCZOS resizing, full metadata preservation (EXIF, XMP, IPTC, ICC), color profile handling\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>To install on Ubuntu\u002FDebian:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>apt install php-imagick imagemagick libheif-dev\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>GD Library (Fallback)\u003C\u002Fh4>\n\u003Cp>Uses PHP’s built-in GD library:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>PHP extension:\u003C\u002Fstrong> gd built with AVIF support (provides imageavif on PHP 8.1+)\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Note:\u003C\u002Fstrong> Some distro builds omit AVIF support; limited metadata preservation\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>MIME Type Configuration\u003C\u002Fh4>\n\u003Cp>Ensure your web server is configured to serve .avif files as image\u002Favif.\u003C\u002Fp>\n\u003Ch4>Documentation\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fimagemagick.org\u002Fscript\u002Fdownload.php\" rel=\"nofollow ugc\">ImageMagick installation\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.php.net\u002Fimagick\" rel=\"nofollow ugc\">PHP Imagick installation\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.php.net\u002Fmanual\u002Fen\u002Fimage.installation.php\" rel=\"nofollow ugc\">PHP GD installation\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fimagemagick.org\u002Fscript\u002Fformats.php\" rel=\"nofollow ugc\">ImageMagick format support\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Need help with setup?\u003C\u002Fh4>\n\u003Cp>If you’re not sure what to install or upgrade, copy your \u003Cstrong>Server Diagnostics\u003C\u002Fstrong> from the plugin status\u002Ftools screen (or run \u003Ccode>wp avif status --format=json\u003C\u002Fcode>) and paste it into an LLM.\u003C\u002Fp>\n\u003Cp>Example prompt:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>I need AVIF support for WordPress. Based on this diagnostics output, give me step-by-step commands to install or upgrade ImageMagick, libheif, and PHP Imagick on my server.\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>After applying changes, verify with:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>wp avif status\nmagick -list format | grep -i avif\u003Ch3>WP-CLI Commands\u003C\u002Fh3>\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Manage AVIF conversions from the command line.\u003C\u002Fp>\n\u003Ch4>Status\u003C\u002Fh4>\n\u003Cp>Show system status and AVIF support diagnostics:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>wp avif status\nwp avif status --format=json\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Convert\u003C\u002Fh4>\n\u003Cp>Convert JPEG images to AVIF format:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>wp avif convert --all\nwp avif convert 123\nwp avif convert --all --dry-run\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Options:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>\u003Cattachment-id>\u003C\u002Fcode> — Specific attachment ID to convert\u003C\u002Fli>\n\u003Cli>\u003Ccode>--all\u003C\u002Fcode> — Convert all attachments missing AVIF versions\u003C\u002Fli>\n\u003Cli>\u003Ccode>--dry-run\u003C\u002Fcode> — Show what would be converted without actually converting\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Statistics\u003C\u002Fh4>\n\u003Cp>Show AVIF conversion statistics:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>wp avif stats\nwp avif stats --format=json\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>Logs\u003C\u002Fh4>\n\u003Cp>View or clear conversion logs:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>wp avif logs\nwp avif logs --limit=50\nwp avif logs --clear\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Options:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>--clear\u003C\u002Fcode> — Clear all logs\u003C\u002Fli>\n\u003Cli>\u003Ccode>--limit=\u003Cnumber>\u003C\u002Fcode> — Number of logs to show (default: 20)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Delete\u003C\u002Fh4>\n\u003Cp>Delete AVIF files for an attachment or all attachments:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>wp avif delete 123\nwp avif delete --all --yes\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>Options:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>\u003Cattachment-id>\u003C\u002Fcode> — Attachment ID to delete AVIF files for\u003C\u002Fli>\n\u003Cli>\u003Ccode>--all\u003C\u002Fcode> — Delete all AVIF files in the media library\u003C\u002Fli>\n\u003Cli>\u003Ccode>--yes\u003C\u002Fcode> — Skip confirmation prompt when using –all\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>LQIP Commands\u003C\u002Fh4>\n\u003Cp>Manage LQIP (ThumbHash) placeholders:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>wp lqip stats\nwp lqip generate --all --force\nwp lqip generate 123\nwp lqip delete --all --yes\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>For more information, visit \u003Ca href=\"https:\u002F\u002Fwp-cli.org\u002F\" rel=\"nofollow ugc\">wp-cli.org\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>Contributing\u003C\u002Fh3>\n\u003Cp>Contributions welcome! Please submit issues and pull requests on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fddegner\u002Favif-local-support\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>License\u003C\u002Fh3>\n\u003Cp>GPL v2 or later — \u003Ca href=\"https:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-2.0.html\" rel=\"nofollow ugc\">View License\u003C\u002Fa>\u003C\u002Fp>\n","High-quality AVIF image conversion for WordPress — local, quality-first.",10,1537,0,"2026-03-09T04:05:00.000Z","6.9.4","6.8","8.3",[19,20,21,22,23],"avif","images","media","optimization","performance","https:\u002F\u002Fgithub.com\u002Fddegner\u002Favif-local-support","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Favif-local-support.0.6.3.zip",100,null,"2026-03-15T15:16:48.613Z",[],{"slug":31,"display_name":7,"profile_url":8,"plugin_count":32,"total_installs":33,"avg_security_score":26,"avg_patch_time_days":34,"trust_score":35,"computed_at":36},"ddegner",2,20,30,94,"2026-04-05T09:11:54.252Z",[38,56,79,98,116],{"slug":39,"name":40,"version":41,"author":42,"author_profile":43,"description":44,"short_description":45,"active_installs":13,"downloaded":46,"rating":13,"num_ratings":13,"last_updated":47,"tested_up_to":48,"requires_at_least":49,"requires_php":50,"tags":51,"homepage":54,"download_link":55,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"imgsmaller","ImgSmaller – Optimize Images | Compress Images | Convert WebP & AVIF","1.0.1","Subarnadip Pal","https:\u002F\u002Fprofiles.wordpress.org\u002Fsubarnadip\u002F","\u003Cp>ImgSmaller integrates with the ImgSmaller API to compress images in your Media Library. It supports WEBP and AVIF output, runs in the background via WP-Cron or external cron, and includes robust backups and one-click restore. It also provides an exclusions browser, export\u002Fimport of backups and replacements, and plan\u002Fquota awareness.\u003C\u002Fp>\n\u003Cp>Key features:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Background image optimization with batching\u003C\u002Fli>\n\u003Cli>WEBP and AVIF output formats\u003C\u002Fli>\n\u003Cli>Automated backup of originals and one-click restore (all or selected)\u003C\u002Fli>\n\u003Cli>Export\u002Fimport backups ZIP; import optimized replacements ZIP\u003C\u002Fli>\n\u003Cli>Exclusions browser with search, filters, and infinite scroll\u003C\u002Fli>\n\u003Cli>Quota-aware processing with countdown and auto-resume\u003C\u002Fli>\n\u003Cli>Secure tokenized public endpoints and file proxy for private media\u003C\u002Fli>\n\u003Cli>Dashboard metrics, logs, and plan\u002Fallowed domains management\u003C\u002Fli>\n\u003Cli>External cron support with copyable URL and token regeneration\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>External services\u003C\u002Fh3>\n\u003Cp>This plugin connects to the ImgSmaller API to compress images and retrieve plan\u002Fquota information.\u003C\u002Fp>\n\u003Cp>What is the service and what is it used for?\u003Cbr \u002F>\n– The ImgSmaller API (https:\u002F\u002Fimgsmaller.com) provides image compression and account information used by this plugin to optimize your Media Library and display plan\u002Fquota details.\u003C\u002Fp>\n\u003Cp>What data is sent and when?\u003Cbr \u002F>\n– When you start compression, the plugin sends the public URL of each selected attachment (or a secure, tokenized proxy URL if the file is not publicly accessible) along with your API key to request compression. After polling completes, the plugin downloads the optimized image bytes.\u003Cbr \u002F>\n– When viewing plan info, the plugin requests your current plan usage and limits using your API key.\u003C\u002Fp>\n\u003Cp>Where can I find the service policies?\u003Cbr \u002F>\n– Terms of Service: https:\u002F\u002Fimgsmaller.com\u002Fterms\u003Cbr \u002F>\n– Privacy Policy: https:\u002F\u002Fimgsmaller.com\u002Fprivacy\u003C\u002Fp>\n\u003Cp>Notes:\u003Cbr \u002F>\n– You can disable background processing at any time from the dashboard. If you prefer not to send any files or metadata, do not start compression and do not enter an API key.\u003C\u002Fp>\n","Compress and optimize your WordPress media library images using the ImgSmaller API with automated backups and restore controls.",172,"2025-10-19T17:45:00.000Z","6.8.5","5.8","7.4",[19,20,52,23,53],"media-library","webp","","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fimgsmaller.1.0.1.zip",{"slug":57,"name":58,"version":59,"author":60,"author_profile":61,"description":62,"short_description":63,"active_installs":64,"downloaded":65,"rating":66,"num_ratings":67,"last_updated":68,"tested_up_to":15,"requires_at_least":69,"requires_php":50,"tags":70,"homepage":74,"download_link":75,"security_score":76,"vuln_count":77,"unpatched_count":13,"last_vuln_date":78,"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","6.6",[71,72,73,57,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,1,"2026-02-20 00:00:00",{"slug":80,"name":81,"version":82,"author":83,"author_profile":84,"description":85,"short_description":86,"active_installs":64,"downloaded":87,"rating":88,"num_ratings":89,"last_updated":90,"tested_up_to":15,"requires_at_least":91,"requires_php":92,"tags":93,"homepage":96,"download_link":97,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"imagify","Imagify Image Optimization – Optimize Images | Compress Images | Convert WebP | Convert AVIF","2.2.7","WP Media","https:\u002F\u002Fprofiles.wordpress.org\u002Fwp_media\u002F","\u003Ch4>🏆 The Best Image Optimization Plugin For WordPress\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fimagify.io\u002F\" rel=\"nofollow ugc\">Imagify\u003C\u002Fa> is the most advanced image optimization plugin to help you optimize images. In fact, you can easily resize and compress images, and convert them to WebP and Avif. You can now use its power directly in WordPress to optimize images and reduce the weight of the photos you want to add to your site – image optimization is all done with just one click and without sacrificing their quality.\u003C\u002Fp>\n\u003Cp>Imagify is the best WordPress image optimizer. Image optimization is simple and straightforward. The plugin lets you optimize images in one go with its asynchronous bulk optimization option. You can resize your images on the fly – they will be automatically optimized at the best compression level. If needed, you can always restore your images to their original versions.\u003C\u002Fp>\n\u003Cp>On top of optimizing images, you’ll choose the best AVIF and WebP converter plugin for WordPress. Imagify also converts your images to WebP and AVIF, the next-gen formats for lighter images that will speed up your WordPress site, improve user experience, and even SEO. Convert WebP and convert AVIF will make a difference in image optimization, you’ll see that from yourself.\u003C\u002Fp>\n\u003Cp>Lastly, it’s easy to use the best image compression plugin for better site performance. Speed up your WordPress site and improve Core Web Vitals thanks to Imagify’s state-of-the-art image optimization process.\u003C\u002Fp>\n\u003Cp>Our video explains why Imagify is the easiest image optimization plugin and shows how it makes your website faster thanks to lighter images.\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\u002FqbqV5yEZ6Og?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\u003Cp>✨ Optimize Images – The Imagify Image Optimizer Key Features:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Resize and compress images for the most common formats, including PDF\u003C\u002Fli>\n\u003Cli>Optimize images with Smart Compression to balance image optimization quality and performance automatically\u003C\u002Fli>\n\u003Cli>Automatic WebP conversion\u003C\u002Fli>\n\u003Cli>AVIF conversion in one click\u003C\u002Fli>\n\u003Cli>Async bulk optimization\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>📸 Optimize Images: Resize and Compress Images Without Losing Quality\u003C\u002Fh4>\n\u003Cp>Imagify is a great image compressor and the ultimate solution to optimise images. You are able to resize and compress images from the most common image formats as well as PDF format. In case you have many images to optimize, you can also resize images in bulk thanks to our async bulk optimization option. In just one click, you will be able to compress multiple images super easily. Imagify compresses all your images in the background, so you can leave the page and not worry about anything.\u003C\u002Fp>\n\u003Cp>Many of your high-quality images may be in sizes that are much too large. To reduce image size and compress large images, Imagify has a setting that allows you to choose a maximum width for all of your images, and if you upload images that are larger than that size, it will resize large images for you during optimization. Imagify will resize images proportionally without cropping them.\u003C\u002Fp>\n\u003Cp>With such a great image optimizer like Imagify, you’ll get your images automatically optimized at the best compression level and quality – thanks to the Smart Compression Mode.\u003C\u002Fp>\n\u003Cp>When using our image compression tool, Imagify, you will enjoy smaller file sizes and faster loading times. But the best part is that you will optimise images and reduce their weight without losing quality: why should you have to choose between beauty and speed? If you want to compress images, it’s now easier than ever with Imagify!\u003C\u002Fp>\n\u003Ch4>🔄 Convert to WebP and AVIF Formats\u003C\u002Fh4>\n\u003Cp>Thanks to Imagify, you can take a step further in your image optimization process. You can also convert all your images to next-gen image formats such as WebP and AVIF. WebP format, as well as the AVIF format, offers superior image compression and quality and is a way to optimise images and speed up their loading times on websites. By utilizing Imagify’s AVIF and WebP optimizer, you can efficiently convert images to these next-gen formats, saving you a precious amount of time.\u003C\u002Fp>\n\u003Cp>With Imagify, WebP conversion and compression are indeed super easy. Wondering how the convert WebP option works? Imagify will automatically enable WebP and convert your images to WebP.\u003C\u002Fp>\n\u003Cp>What about converting your images to AVIF? You can just select the AVIF option under the Optimization\u002FNext-gen image format tab. Simply as that! Thanks to the best WebP and AVIF plugin for WordPress, you’ll be able to take advantage of the automatic convert WebP feature in no time, plus you’ll always have the convert AVIF option.\u003C\u002Fp>\n\u003Cp>Imagify can also display the AVIF images directly on your front-end. But because some browser versions don’t support AVIF yet, Imagify lets you have both optimized versions of the original format images and the WebP versions ready. Imagify offers the automatic fallback. It means that it will serve the AVIF version if a visitor’s browser supports it and the WebP format if not (if you have previously converted the images to WebP).\u003C\u002Fp>\n\u003Cp>WebP is definitively an excellent replacement for jpeg, png, and gif images, and the same goes for AVIF, which improves your image performance even further. Imagify offers WebP conversion for all image formats: you can convert gif to WebP, jpeg to WebP, and even png to WebP. You can also benefit from AVIF conversion and convert gif to AVIF, jpg and jpeg to AVIF, png to AVIF.\u003Cbr \u002F>\nWhatever your favorite image format, let Imagify optimise your images!\u003C\u002Fp>\n\u003Ch4>⚡ Optimize Images to Make Your Site Faster and Improve Core Web Vitals\u003C\u002Fh4>\n\u003Cp>Did you know that image optimization and web performance go hand in hand? In fact, when it comes to web page speed, one of the first things you should do is optimize your images. Large and heavy image sizes will indeed slow down your website and provide a bad user experience to your visitors – and that’s why you should compress images. On the contrary, when you optimise images and improve image loading speed, you should see a direct improvement in your website speed and performance. With Imagify, it’s time to say goodbye to images taking too long to load.\u003C\u002Fp>\n\u003Cp>Images are one of the largest influencing factors in the Core Web Vitals. Image compression will ensure your images load faster and improve your overall website performance, including your Core Web Vitals metrics. If you’re looking to improve user experience and speed up your WordPress site, images are a good place to start.\u003C\u002Fp>\n\u003Cp>Even Google tells you to take care of your images! If you have ever run a performance audit on PageSpeed Insights, you might have seen the \u003Ca href=\"https:\u002F\u002Fimagify.io\u002Fblog\u002Fserve-next-gen-formats-wordpress\u002F\" rel=\"nofollow ugc\">“serve images in next-gen formats”\u003C\u002Fa> opportunity popping up. Another PageSpeed Insights recommendation related to images is to \u003Ca href=\"https:\u002F\u002Fimagify.io\u002Fblog\u002Fefficiently-encode-images-wordpress\u002F\" rel=\"nofollow ugc\">“efficiently encode images”\u003C\u002Fa>. When you use Imagify, you will be able to address both recommendations and fix your images for a faster website.\u003C\u002Fp>\n\u003Ch4>💬 What Do Our Users Think Of Imagify?\u003C\u002Fh4>\n\u003Cp>Here’s what our users have to say about us after optimizing their images with Imagify:\u003C\u002Fp>\n\u003Cblockquote>\n\u003Cp>“Images and other media are the largest parts on your web pages (most likely). Therefore don’t forget to optimise images for the web before adding to your site. For WordPress there are many optimisation plugins available. My favourite is Imagify” — \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002Fwpmark\u002Fstatus\u002F1479128422395830273\" rel=\"nofollow ugc\">Mark Wilkinson\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>”To give your images a slimming treatment, without altering them aesthetically, there is a great plugin on WordPress: Imagify. Simple, efficient and functional, it’s really worth a look.”— \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002Fwpmarmite_en\u002Fstatus\u002F1383072818649255937\" rel=\"nofollow ugc\">WP Marmite\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>“Imagify is an awesome tool that is powerful & easy to use. It’s fast, rivals and surpasses other established plugins\u002Fsoftware. Awesome!” — \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002FSRHDesign\u002Fstatus\u002F663758140505235456\" rel=\"nofollow ugc\">Simon Harper\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>“If you want to “squeeze” your images as much as possible and “trim out” your website on the highest professional level… Imagify” — \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002FFree_LanceTools\u002Fstatus\u002F685503950909476865\" rel=\"nofollow ugc\">Ivica Delic\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>“Clearly Imagify is the most awesome WordPress plugin to compress images on your website! A must try” — \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002FEricWaltR\u002Fstatus\u002F679053496382038016\" rel=\"nofollow ugc\">Eric Walter\u003C\u002Fa>\u003C\u002Fp>\n\u003C\u002Fblockquote>\n\u003Ch4>💰 Is Imagify Free?\u003C\u002Fh4>\n\u003Cp>You can optimize for free 20MB of images (that’s about 200 images) every month. You can also convert to the next-gen WebP format for free.\u003C\u002Fp>\n\u003Cp>Need to compress more images? Have a look at our plans: \u003Ca href=\"https:\u002F\u002Fimagify.io\u002Fpricing\" rel=\"nofollow ugc\">https:\u002F\u002Fimagify.io\u002Fpricing\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>💡 Want Image Optimization Tips?\u003C\u002Fh4>\n\u003Cp>If you want to optimize images and know more about using WebP images on WordPress, improving your PageSpeed score with Imagify, or compressing multiple images online, take a look at our blog: \u003Ca href=\"https:\u002F\u002Fimagify.io\u002Fblog\u002F\" rel=\"nofollow ugc\">https:\u002F\u002Fimagify.io\u002Fblog\u002F\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>It’s packed with advice on image compression and so much more!\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fimagify.io\u002Fblog\u002Fhow-to-convert-images-to-webp\u002F\" rel=\"nofollow ugc\">How to Convert Images to WebP on WordPress with Imagify\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fimagify.io\u002Fblog\u002Fimage-optimization-manual-for-wordpress\u002F\" rel=\"nofollow ugc\">How to Optimize Images on WordPress for Performance and SEO\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fimagify.io\u002Fblog\u002Freduce-image-size-without-losing-quality\u002F\" rel=\"nofollow ugc\">How to Reduce Image Size Without Losing Quality (and Save Space)\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fimagify.io\u002Fblog\u002Fhow-to-resize-compress-multiple-images-online\u002F\" rel=\"nofollow ugc\">How to Resize and Compress Multiple Images Online (Easy Methods)\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fimagify.io\u002Fblog\u002Fhow-to-make-photos-load-faster-wordpress\u002F\" rel=\"nofollow ugc\">How to Make Photos Load Faster on WordPress: 6 Key Tactics\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fimagify.io\u002Fblog\u002Foptimize-images-page-speed-google\u002F\" rel=\"nofollow ugc\">How to Optimize Images for Page Speed (and Google)\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>👥 Who Are We?\u003C\u002Fh4>\n\u003Cp>We are \u003Ca href=\"https:\u002F\u002Fwp-media.me\u002F\" rel=\"nofollow ugc\">WP Media\u003C\u002Fa>, the company behind WP Rocket, the best caching plugin for WordPress.\u003C\u002Fp>\n\u003Cp>Our mission is to improve the web, we are making it faster with \u003Ca href=\"https:\u002F\u002Fwp-rocket.me\u002F\" rel=\"nofollow ugc\">WP Rocket\u003C\u002Fa> and lighter with Imagify.\u003C\u002Fp>\n\u003Ch4>✉️ Get In Touch!\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Website: \u003Ca href=\"https:\u002F\u002Fimagify.io\" rel=\"nofollow ugc\">Imagify.io\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Contact Us: \u003Ca href=\"https:\u002F\u002Fimagify.io\u002Fcontact\" rel=\"nofollow ugc\">https:\u002F\u002Fimagify.io\u002Fcontact\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Twitter: \u003Ca href=\"https:\u002F\u002Ftwitter.com\u002Fimagify\" rel=\"nofollow ugc\">https:\u002F\u002Ftwitter.com\u002Fimagify\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>🚀 Related Plugins\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwp-rocket.me\u002F\" rel=\"nofollow ugc\">WP Rocket\u003C\u002Fa>: Best caching plugin to speed-up your WordPress website.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Frocket-lazy-load\u002F\" rel=\"ugc\">Lazy Load\u003C\u002Fa>: Best Lazy Load script to reduce the number of HTTP requests and improve the website’s loading time.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>License: GPLv2 or later\u003Cbr \u002F>\nLicense URI: http:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl-2.0.html\u003C\u002Fp>\n","Optimize images in 1-click: compress images, convert to WebP & AVIF, resize, and boost your site with the easiest WordPress image optimization plugin!",17292871,86,1624,"2026-02-03T14:34:00.000Z","5.3","7.3",[94,71,72,57,95],"compress-images","optimize-images","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fimagify\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fimagify.2.2.7.zip",{"slug":99,"name":100,"version":101,"author":102,"author_profile":103,"description":104,"short_description":105,"active_installs":106,"downloaded":107,"rating":108,"num_ratings":109,"last_updated":110,"tested_up_to":15,"requires_at_least":69,"requires_php":111,"tags":112,"homepage":114,"download_link":115,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"webp-uploads","Modern Image Formats","2.6.1","WordPress Performance Team","https:\u002F\u002Fprofiles.wordpress.org\u002Fperformanceteam\u002F","\u003Cp>This plugin adds WebP and AVIF support for media uploads within the WordPress application. By default, AVIF images will be generated if supported on the hosting server, otherwise WebP will be used as the output format. When both formats are available, the output format can be selected under \u003Ccode>Settings > Media\u003C\u002Fcode>. Modern images will be generated only for new uploads, pre-existing images will only converted to a modern format if images are regenerated. Images can be regenerated with a plugin like \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fregenerate-thumbnails\u002F\" rel=\"ugc\">Regenerate Thumbnails\u003C\u002Fa> or via WP-CLI with the \u003Ccode>wp media regenerate\u003C\u002Fcode> \u003Ca href=\"https:\u002F\u002Fdeveloper.wordpress.org\u002Fcli\u002Fcommands\u002Fmedia\u002Fregenerate\u002F\" rel=\"nofollow ugc\">command\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>By default, only modern image format sub-sizes will be generated for JPEG or PNG uploads – only the original uploaded file will still exist as a JPEG\u002FPNG image, generated image sizes will be WebP or AVIF files. To change this behavior, there is a checkbox in \u003Ccode>Settings > Media\u003C\u002Fcode> “Output fallback images” that – when checked – will result in the plugin generating both the original format as well as WebP or AVIF images for every sub-size (noting again that this will only affect newly uploaded images, i.e. after making said change).\u003C\u002Fp>\n\u003Cp>\u003Cem>This plugin was formerly known as WebP Uploads.\u003C\u002Fem>\u003C\u002Fp>\n","Converts images to more modern formats such as WebP or AVIF during upload.",100000,969903,64,22,"2026-01-09T00:12:00.000Z","7.2",[19,20,113,23,53],"modern-image-formats","https:\u002F\u002Fgithub.com\u002FWordPress\u002Fperformance\u002Ftree\u002Ftrunk\u002Fplugins\u002Fwebp-uploads","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwebp-uploads.2.6.1.zip",{"slug":117,"name":118,"version":119,"author":120,"author_profile":121,"description":122,"short_description":123,"active_installs":124,"downloaded":125,"rating":126,"num_ratings":127,"last_updated":128,"tested_up_to":129,"requires_at_least":130,"requires_php":50,"tags":131,"homepage":136,"download_link":137,"security_score":138,"vuln_count":139,"unpatched_count":13,"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,90,54,"2024-11-13T12:02:00.000Z","6.7.5","3.9",[132,133,134,23,135],"compress","image","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":237,"taintFlows":355,"riskAssessment":356,"analyzedAt":370},{"hooks":143,"ajaxHandlers":229,"restRoutes":230,"shortcodes":231,"cronEvents":232,"entryPointCount":13,"unprotectedCount":13},[144,150,155,160,164,168,171,175,179,184,189,193,197,200,204,208,213,218,221,225],{"type":145,"name":146,"callback":147,"file":148,"line":149},"action","init","aviflosu_init","avif-local-support.php",85,{"type":145,"name":151,"callback":152,"priority":77,"file":153,"line":154},"template_redirect","startBuffering","includes\\BackgroundImages.php",65,{"type":145,"name":156,"callback":157,"file":158,"line":159},"admin_menu","add_admin_menu","includes\\class-avif-suite.php",40,{"type":145,"name":161,"callback":162,"file":158,"line":163},"admin_init","register",41,{"type":145,"name":165,"callback":166,"file":158,"line":167},"admin_enqueue_scripts","enqueue_admin_assets",42,{"type":145,"name":169,"callback":162,"file":158,"line":170},"rest_api_init",43,{"type":145,"name":172,"callback":173,"file":158,"line":174},"admin_post_aviflosu_upload_test","handle_upload_test",45,{"type":145,"name":176,"callback":177,"file":158,"line":178},"admin_post_aviflosu_reset_defaults","handle_reset_defaults",46,{"type":180,"name":181,"callback":182,"file":158,"line":183},"filter","upload_mimes","closure",63,{"type":180,"name":185,"callback":186,"priority":33,"file":187,"line":188},"wp_update_attachment_metadata","convertGeneratedSizes","includes\\class-converter.php",87,{"type":180,"name":190,"callback":191,"priority":33,"file":187,"line":192},"wp_handle_upload","convertOriginalOnUpload",88,{"type":145,"name":194,"callback":195,"file":187,"line":196},"aviflosu_daily_event","run_daily_scan",93,{"type":145,"name":198,"callback":199,"file":187,"line":35},"aviflosu_run_on_demand","run_on_demand_scan",{"type":145,"name":201,"callback":202,"file":187,"line":203},"delete_attachment","deleteAvifsForAttachment",97,{"type":180,"name":205,"callback":206,"file":187,"line":207},"wp_delete_file","deleteCompanionAvif",98,{"type":180,"name":209,"callback":210,"priority":11,"file":211,"line":212},"wp_get_attachment_image","wrapAttachment","includes\\class-support.php",23,{"type":180,"name":214,"callback":215,"priority":216,"file":211,"line":217},"the_content","wrapContentImages",15,25,{"type":180,"name":219,"callback":215,"priority":216,"file":211,"line":220},"post_thumbnail_html",26,{"type":145,"name":222,"callback":223,"file":211,"line":224},"shutdown","saveCache",27,{"type":145,"name":226,"callback":227,"priority":77,"file":211,"line":228},"wp_head","inlineThumbHashDecoder",31,[],[],[],[233,235],{"hook":194,"callback":194,"file":187,"line":234},134,{"hook":194,"callback":194,"file":187,"line":236},145,{"dangerousFunctions":238,"sqlUsage":260,"outputEscaping":274,"fileOperations":353,"externalRequests":13,"nonceChecks":262,"capabilityChecks":139,"bundledLibraries":354},[239,244,249,254,257],{"fn":240,"file":241,"line":242,"context":243},"exec","includes\\Admin\\RestController.php",349,"@exec($cmd, $outLines, $exitCode);",{"fn":245,"file":246,"line":247,"context":248},"proc_open","includes\\Encoders\\CliEncoder.php",215,"$process = proc_open(",{"fn":250,"file":251,"line":252,"context":253},"shell_exec","includes\\ImageMagickCli.php",313,"$res = @shell_exec( 'command -v ' . escapeshellarg( $bin ) . ' 2>\u002Fdev\u002Fnull' );",{"fn":245,"file":251,"line":255,"context":256},365,"$process = @proc_open( $command, $descriptor, $pipes, null, $env );",{"fn":240,"file":251,"line":258,"context":259},388,"@exec( $command, $out, $code );",{"prepared":261,"raw":262,"locations":263},6,3,[264,267,271],{"file":158,"line":265,"context":266},382,"$wpdb->query() with variable interpolation",{"file":268,"line":269,"context":270},"includes\\ThumbHash.php",593,"$wpdb->get_var() with variable interpolation",{"file":272,"line":273,"context":266},"uninstall.php",58,{"escaped":275,"rawEcho":276,"locations":277},132,37,[278,282,284,286,288,290,292,294,296,298,300,302,304,306,308,309,311,313,315,317,319,321,323,325,327,329,331,333,335,337,339,341,343,345,347,349,350],{"file":279,"line":280,"context":281},"includes\\Admin\\Settings.php",487,"raw output",{"file":279,"line":283,"context":281},488,{"file":279,"line":285,"context":281},496,{"file":279,"line":287,"context":281},497,{"file":279,"line":289,"context":281},506,{"file":279,"line":291,"context":281},507,{"file":279,"line":293,"context":281},517,{"file":279,"line":295,"context":281},518,{"file":279,"line":297,"context":281},521,{"file":279,"line":299,"context":281},552,{"file":279,"line":301,"context":281},571,{"file":279,"line":303,"context":281},582,{"file":279,"line":305,"context":281},583,{"file":279,"line":307,"context":281},592,{"file":279,"line":269,"context":281},{"file":279,"line":310,"context":281},594,{"file":279,"line":312,"context":281},595,{"file":279,"line":314,"context":281},622,{"file":279,"line":316,"context":281},636,{"file":279,"line":318,"context":281},642,{"file":279,"line":320,"context":281},643,{"file":279,"line":322,"context":281},647,{"file":279,"line":324,"context":281},652,{"file":279,"line":326,"context":281},653,{"file":279,"line":328,"context":281},663,{"file":279,"line":330,"context":281},664,{"file":279,"line":332,"context":281},673,{"file":279,"line":334,"context":281},674,{"file":279,"line":336,"context":281},682,{"file":279,"line":338,"context":281},683,{"file":279,"line":340,"context":281},692,{"file":279,"line":342,"context":281},693,{"file":279,"line":344,"context":281},702,{"file":279,"line":346,"context":281},703,{"file":211,"line":348,"context":281},47,{"file":211,"line":154,"context":281},{"file":351,"line":352,"context":281},"includes\\Logger.php",106,12,[],[],{"summary":357,"deductions":358},"The 'avif-local-support' plugin version 0.6.3 presents a mixed security posture. On the positive side, there are no known historical vulnerabilities (CVEs) and the taint analysis shows no critical or high severity flows, indicating a general lack of easily exploitable injection or data leakage issues. The plugin also demonstrates good practices with a high percentage of SQL queries using prepared statements and a decent rate of output escaping.  However, the presence of dangerous functions like 'exec', 'proc_open', and 'shell_exec' is a significant concern. While the current static analysis may not have identified direct exploitable paths for these functions, their mere presence in the code greatly increases the potential attack surface.  Furthermore, the limited number of nonce and capability checks, coupled with two cron events, could potentially become entry points for privilege escalation or unauthorized execution if not carefully secured. The lack of external HTTP requests is a positive note, reducing risks associated with third-party integrations.",[359,361,364,366,368],{"reason":360,"points":216},"Use of dangerous functions (exec, proc_open, shell_exec)",{"reason":362,"points":363},"Limited nonce checks",5,{"reason":365,"points":363},"Limited capability checks",{"reason":367,"points":363},"SQL queries without prepared statements",{"reason":369,"points":262},"Outputs not properly escaped","2026-03-17T01:31:35.763Z",{"wat":372,"direct":381},{"assetPaths":373,"generatorPatterns":376,"scriptPaths":377,"versionParams":378},[374,375],"\u002Fwp-content\u002Fplugins\u002Favif-local-support\u002Fassets\u002Fadmin.css","\u002Fwp-content\u002Fplugins\u002Favif-local-support\u002Fassets\u002Fadmin.js",[],[375],[379,380],"avif-local-support\u002Fassets\u002Fadmin.css?ver=","avif-local-support\u002Fassets\u002Fadmin.js?ver=",{"cssClasses":382,"htmlComments":383,"htmlAttributes":384,"restEndpoints":385,"jsGlobals":394,"shortcodeOutput":396},[],[],[],[386,387,388,389,390,391,392,393],"\u002Fwp-json\u002Faviflosu\u002Fv1\u002Fupload_test","\u002Fwp-json\u002Faviflosu\u002Fv1\u002Freset_defaults","\u002Fwp-json\u002Faviflosu\u002Fv1\u002Fget_status","\u002Fwp-json\u002Faviflosu\u002Fv1\u002Fdelete_avifs","\u002Fwp-json\u002Faviflosu\u002Fv1\u002Fdelete_lqips","\u002Fwp-json\u002Faviflosu\u002Fv1\u002Fclear_logs","\u002Fwp-json\u002Faviflosu\u002Fv1\u002Frun_schedule","\u002Fwp-json\u002Faviflosu\u002Fv1\u002Fstop_schedule",[395],"window.aviflosu_admin_params",[]]