webp-express icon indicating copy to clipboard operation
webp-express copied to clipboard

Wordpress plugin for serving autogenerated WebP images instead of jpeg/png to browsers that supports WebP

Results 131 webp-express issues
Sort by recently updated
recently updated
newest added

Hello My hosting uses Nginx for static request & Apache for dynamic request. The redirection to webp images doesn't work. I like to use redirection instead of alter HTML. Any...

Maybe my fault, but I can’t find a working solution for a new cronjob: The last I tried is: `wp cron event schedule webp_express --webp-express --convert now hourly` when I...

Hello, how I can purge all original images? how I can purge all original images with .jpg? I want to have only .webp images on server (hosting). If I delete...

When I try to bulk convert using `wp webp-express convert` command it uses -low-memory flag and there is no option in the settings page to turn it off or command...

Hi. Recently i came across an issue when deploying webp express on a website. This webiste doesn't have a year/month folder structure, all images are stored in the same folder....

hi, i love this plugin. in my use case i bulk convert images after its uploaded, on the settings "Bulk Convert" button, but to use it like this my computer...

we got issue where server root path has inccorect folder like .../ca/site but need that detect real root path like ../ca and comaprison then works inccorect here if (!(strpos($input, $beginsWith)...

wp-content/plugins/webp-express/lib/classes/Paths.php:8 ``` use \WebPExpress\FileHelper; use \WebPExpress\Multisite; use \WebPExpress\PathHelper; ``` because this files in same folder

Hi, that better works with code and forgot about some special logic for user, we need add const like `define( ' WEBP_EXPRESS_UPLOAD_FOLDER' )` wp-content/plugins/webp-express/lib/classes/Paths.php:376 ``` public static function getWebPExpressContentDirAbs() {...

wp_upload_dir(null, false) can be use like wp_get_upload_dir() - this params already exists.