rosell-dk / webp-express

Wordpress plugin for serving autogenerated WebP images instead of jpeg/png to browsers that supports WebP
GNU General Public License v3.0
221 stars 63 forks source link

Bulk Convert - Timeout Error #576

Open knambio opened 1 year ago

knambio commented 1 year ago

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 this the reason why the plugin timeout on bulk convert? because of so many images it cannot list it? What is the solution? This only happens for the uploads folder as it has so many images. other folders are fine to have bulk conversion.

Thank you!

knambio commented 1 year ago

hello?

jeidsoter commented 1 year ago

I had a similar problem. I had to convert the images using WP CLI instead (wp webp-express convert), because bulk convert is unusable with a large number of images.