Hi @benjaminzhu
But I have a problem, When I use big size picture, like 1.5M or bigger, how to smart optimize picture size?
Check out the options in the Optimization section to reduce image file size, including: Image compression, WebP and JPG conversion . Also, note that original images are not loaded on the shop which makes page load faster.
I saw the function it use webp picture, but I try to use “Regenerate Thumbnails” for all picture, but still not all picture change to WEBP, and do we have another faster way? because “Regenerate Thumbnails” optimize picture take me a whole day…
You can use the WP-CLI to run regeneration in the background, check out this tutorial here.
Another question, should we use that plugin with Photon functionality from the Jetpack plugin? Or we have better one?
Jetpack doesn’t integrate with WordPress when resizing images, instead it uses an external server which doesn’t support all resizing features in Smart Image Resize Pro. Hope to find a solution for this in a future release.
Other optimization plugins are compatible, like: Smush, Shortpixel, Imagify.
If you have command-line access to your site’s server, consider using WP-CLI instead of this tool. It has a built-in regenerate command that works similarly to this tool but should be significantly faster since it has the advantage of being a command-line tool.
how to use that function?
You can trigger the plugin by using the command wp media regenerate
, check out this tutorial here.