webp-express
webp-express copied to clipboard
Wordpress plugin for serving autogenerated WebP images instead of jpeg/png to browsers that supports WebP
I seem to have used a lot of diskspace on conversion, can you advise on how to clean the old files up?
Hello, Currently if there are lots of images in bulk convert it takes long time as it only converts one file per request. If server allows user should be able...
When I bulk convert, the window would say it's receiving list of files to convert. Problem is my website has 10 years worth of images, so lots of images. Is...
I got this errors in my log: ``` [19-Dec-2022 15:56:31 UTC] PHP Warning: Undefined variable $config in /home/domain/public_html/wp-content/plugins/webp-express/lib/classes/LogPurge.php on line 95 [19-Dec-2022 15:56:31 UTC] PHP Warning: Undefined variable $onlyPng in...
Browser support for `webp` [is around `95%` now](https://caniuse.com/webp) (and only increasing). An option for just serving the `webp` image files without `webp`-support checks would be an option now, reducing the...
Hello there! My name is Ana. I noted that you use the mutation testing tool in the project. I am a postdoctoral researcher at the University of Seville (Spain), and...
Does WebP-Express support WP installation in sub folder? I have wp install in domain.tld/blog/ folder and I can't seem to get it working. The error in question is ```Sanity check...
Currently, `` and `` tags are searched by default: https://github.com/rosell-dk/webp-express/blob/18447e42cde58a3e876fa4184f8fa027bd258228/vendor/rosell-dk/dom-util-for-webp/src/ImageUrlReplacer.php#L41-L44 But their `href` attributes aren’t searched, with the result that URLs in `` and `` don’t actually get replaced even...
Hi there, We're trying to run bulk convert / convert on upload for a site running PHP-FPM and it regularly causes PHP to crash. I have to restart PHP-FPM service...
One of my themes doesn't use featured images but uses a custom metafield instead. Is there plans to add this type of support in the future? Thanks