xlanalyticsinc
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Image regeneration and resize in WC 3.3.2Hi Mike,
We are not using catalog thumbnails either. Thank you for your reply.
I’m closing this tread as resolved.Forum: Plugins
In reply to: [WooCommerce] Image regeneration and resize in WC 3.3.2Hi Mike,
Thank you for your timely help and you are right, we are on a shared host with limits on CPU usage.
We only use images on our blog posts which are externally hosted, and do not use product images (or thumbnails), and therefore do not need the image regeneration and sizes functionality. We do not want to install jetpack as an additional resource intensive plugin either, as some of the common tasks are already being managed by installed plugins. In this case, are the above code snippets sufficient?
Once we hear from you, would close the ticket as resolved.
Forum: Plugins
In reply to: [WooCommerce] Product Thumbnail Images issue on 3.3To temporarily fix this issue, read this
Hopefully, the WooCommerce team fixes this in 3.3.2
Do let us know about your development on this to help others facing the same.Forum: Plugins
In reply to: [WooCommerce] Critical Woocommerce 3.3+ IssueTo temporarily fix this issue, read this
Hopefully, the WooCommerce team fixes this in 3.3.2
Do let us know about your development on this to help others facing the same.Forum: Plugins
In reply to: [WooCommerce] website down because of CPU abuseHi @volkerforster,
We have researched the cause of the problem (CPU outage due to continuous execution of image regeneration script) on support forums, and it looks like it is caused by class-wc-regenerate-images.php file in latest WooCommerce plugin 3.3.1.
The problem happens by switching to default themes such as Twenty Seventeen or Storefront, and if the images on the website are hosted elsewhere like Amazon S3 server.
https://github.com/woocommerce/woocommerce/issues/18842
https://github.com/woocommerce/woocommerce/pull/18850We were provided timely help by SiteGround‘s technical team in restoring our website, and below is the temporary fix for anyone facing similar or exact CPU outage issue with above php script.
One can temporarily disable the image regen functionality by using the following PHP code: (please first test it on a staging environment or localhost)
add_filter( 'woocommerce_background_image_regeneration', '__return_false' ); add_filter( 'woocommerce_resize_images', '__return_false' );
Hope you get your website working soon.
- This reply was modified 7 years ago by xlanalyticsinc.
- This reply was modified 7 years ago by xlanalyticsinc.
- This reply was modified 7 years ago by xlanalyticsinc.
Forum: Plugins
In reply to: [WooCommerce] toolbar is showing to subscribers and customersChange settings under user profile.
Forum: Plugins
In reply to: [Yoast SEO] Put Keywords BackWell, what happens to already existing or used meta keywords in product or post database. Does Yoast update removes them or ignores them?
Thank you for your help. Lets close this thread as resolved.
Thank you Steve for the prompt response.
I enabled WordPress debugging and the below error disappeared after deactivating AIOSEO plugin.
“[19-May-2016 15:09:52 UTC] PHP Notice: wp_deregister_script was called incorrectly. Scripts and styles should not be registered or enqueued until the
wp_enqueue_scripts
,admin_enqueue_scripts
, orlogin_enqueue_scripts
hooks. Please see Debugging in WordPress for more information. (This message was added in version 3.3.) in /home/XXX/public_html/wp-includes/functions.php on line 3897″.Hopefully, someone reports the same error for plugin troubleshoot.
Thanks.