Image regeneration and resize in WC 3.3.2
-
Hi,
We would appreciate clarification on the fix for image regeneration and resize function in woocommerce 3.3.2.
The earlier Woo versions (starting 3.3), users have faced problems of CPU outage by switching to default themes such as Twenty Seventeen or Storefront, and if the images on the website are hosted elsewhere e.g. Amazon server. The code in class-wc-regenerate-images.php file tries to regenerate all the thumbnails leading to a cron job running continuously and account being limited by host.
The temporary fix has been discussed here and here without any authorised support from WooCommerce team.
The following code temporarily disables the image regeneration and resize functionality:
add_filter( 'woocommerce_background_image_regeneration', '__return_false' ); add_filter( 'woocommerce_resize_images', '__return_false' );
However, has the problem fixed in Woo 3.3.2 version?
Thanks in advance for any clarification from WooCommerce development team.
The page I need help with: [log in to see the link]
- The topic ‘Image regeneration and resize in WC 3.3.2’ is closed to new replies.