ITBoffins Image Scout is a local image optimisation plugin for sites whose images are scattered across the Media Library, page-builder templates, theme output, and raw uploads folders.
Unlike most image plugins, there is no external service, no API key, no monthly quota, and no account to create. Your images never leave your server. Because it relies only on PHP’s built-in image tools, it works on practically any WordPress host, including cheap shared hosting where shell access is disabled.
Most optimisers focus on Media Library attachments. Image Scout adds a disk-level uploads scout: it walks /uploads in batches, finds JPEG/PNG files that builders and themes use outside the Library, and creates validated WebP siblings. That gives small and shared-host sites a practical no-cloud way to modernise hidden images without rewriting the entire front-end response.
<picture> element, so it works on Apache, Nginx, LiteSpeed and IIS without any server config or .htaccess edits. Browsers that don’t support WebP get the original automatically.Everything happens on your own server:
exec() / shell access required (so it works where cwebp, jpegoptim, etc. are blocked).This plugin does not send your images or any data to any external service. All processing happens locally on your server.