Sn00z389
Forum Replies Created
-
As I said I had over 200 pages of scheduled actions, every action schedules in 1 minute interval. This happens if I enable your plugin. Now I have disabled it.
The scheduled actions are in Woocommerce -> Status -> Action Scheduler
The plugin creates infinite action_scheduler/migration_hook
Forum: Plugins
In reply to: [LiteSpeed Cache] Slow TTFB when add cookie to exclude listThis is not only due to the Wishlist plugin as I can see now. It is happening for every cookie I wish to exclude. For example I cannot use the widget for the recently viewed products in Woocommerce, since I need to add this exception to the cookie exceptions list:
woocommerce_recently_viewedThis slows down TTFB dramatically too. Can you make your plugin compatible with woocommerce_recently_viewed and the new YITH Wishlist plugin?
It will be great if you can add these to the core of the plugin and make sure that they do not cause any slowdown of the page.
Best Regards,
Yes, this fixes the issue. I noticed that when using private browsing there is the same issue though. When I use the 2.x version of the plugin there is no problem with private browsing. With 3.x it does’t work on private.
Hi again @yithemes ,
now I saw where the problem is. The problem is that the old version worked on private browsing, but when I try to test this version it doesn’t work in private browsing.
The new version creates new pages for the wishlist which are like this /wishlist/view/STRING and for some reason my theme sends me to another URL when I click on the heart icon. It sends me to the /wishlist/ without the /view/string/ part and there the wishlist is empty. As I say this is only in private browsing.
Best Regards,
Hi @yithemes thanks for the suggestion, still the problem presist on the Flatsome theme. Maybe it is a theme-related issue, since on our other website it is working as expected, even without adding the rules to the caching plugin.
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Slow down the site@henrilegrand and @hbteam01 I found a premium plugin that can clear the customer sessions at certain intervals automatically – https://puri.io/plugin/woocommerce-clear-cart/
These guys also made a plugin for the Checkout countdown, but I think it does not remove the stock after the product is added to the cart… – https://puri.io/plugin/checkout-countdown-woocommerce/
I have asked the developers if this can be added in their plugin if I hear from them I’ll let you know.
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Slow down the siteHi all, yes this is not a good fix for that… For many years Woocommerce fails to make good rich snippets and I think it should be a top priority, since we do not have our reviews in Google anymore.
Also, we have never got the price and the stock status in Google either, so this is a must for next version of WC.
Hi @drnick2
the temporary solution is provided by @dademaru in: https://github.com/woocommerce/woocommerce/issues/24862
just copy and paste the code in functions.php in your theme and the errors should be gone:
function com_temp_fix_structured_data_review( $markup, $comment ) { $product = wc_get_product( $comment->comment_post_ID ); $markup['itemReviewed']['aggregateRating'] = array( '@type' => 'AggregateRating', 'ratingValue' => $product->get_average_rating(), 'reviewCount' => $product->get_review_count(), ); return $markup; } add_filter( 'woocommerce_structured_data_review', 'com_temp_fix_structured_data_review', 10, 2 );All of our websites have this error too. As I stated in the tread I started 5 mins before that, this is due to the new Google update of Rich Snippets (https://ww.wp.xz.cn/support/topic/bunch-of-errors-in-gsc-for-all-wc-sites/):
October 16, 2019 onward
Product
Search Console improved its error detection pipeline for Product structured data. Product items are now validated wherever they occur in a structured data tree rather than just at the top level. This may cause errors or warnings to appear on pages that were previously shown as valid.Also you can notice that the problem is only on product pages that have reviews on them. The other.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Wishlist used for DDOSThanks for the suggestions!
Have a good day!
Forum: Plugins
In reply to: [Antispam Bee] Deleting Unapproved commentsThank you! I didn’t noticed that option! 🙂
Best Regads,
Forum: Plugins
In reply to: [Antispam Bee] Deleting Unapproved commentsHi,
well, the thing is that we receive email for new comment on our Woocommerce product, but when I get to the comments in wp-admin the comment is gone and I have to make it manually again, so that it appears.
We are using the Xstore theme. Here is a list of our active plugins:
Advanced Database Cleaner
Advanced Post Types Order
Antispam Bee
BBQ Pro
CMB2
Coupon Wheel For WooCommerce and WordPress
Flexible Checkout Fields
Flexible Checkout Fields PRO
GDPR Cookie Consent Banner
Intense
LiteSpeed Cache
Mailster – Email Newsletter Plugin for WordPress
Mailster for WooCommerce
PixelYourSite PRO
Product Catalog Feed Pro by PixelYourSite
Really Simple SSL
Redux Framework
Simple 301 Redirects
Woo Custom Related Products
WooCommerce
WooCommerce ePay.bg Gateway
WooCommerce RRP
WooCommerce Shipment Tracking
Wordfence Security
WP All Export Pro
WP Desk Helper
WP Mail SMTP
WPBakery Page Builder
WPForms Lite
XStore Core
YITH WooCommerce Email Templates Premium
YITH WooCommerce Points and Rewards Premium
YITH WooCommerce Product Countdown Premium
YITH WooCommerce Recover Abandoned Cart Premium
YITH WooCommerce Review Reminder Premium
YITH WooCommerce Waiting List Premium
YITH WooCommerce Wishlist
Yoast SEOThanks,
Forum: Fixing WordPress
In reply to: CPU Load Suspiciously High at Random TimesMy active plugins list is consistent of 38 plugins:
Advanced Database Cleaner
Advanced Post Types Order
Antispam Bee
BBQ Pro
CMB2
Coupon Wheel For WooCommerce and WordPress
Flexible Checkout Fields
Flexible Checkout Fields PRO
GDPR Cookie Consent Banner
Intense
LiteSpeed Cache
Mailster – Email Newsletter Plugin for WordPress
Mailster for WooCommerce
PixelYourSite PRO
Product Catalog Feed Pro by PixelYourSite
Really Simple SSL
Redux Framework
Simple 301 Redirects
Woo Custom Related Products
WooCommerce
WooCommerce ePay.bg Gateway
WooCommerce RRP
WooCommerce Shipment Tracking
Wordfence Security
WP All Export Pro
WP Desk Helper
WP Mail SMTP
WPBakery Page Builder
WPForms Lite
XStore Core
YITH WooCommerce Email Templates Premium
YITH WooCommerce Points and Rewards Premium
YITH WooCommerce Product Countdown Premium
YITH WooCommerce Recover Abandoned Cart Premium
YITH WooCommerce Review Reminder Premium
YITH WooCommerce Waiting List Premium
YITH WooCommerce Wishlist
Yoast SEOForum: Plugins
In reply to: [Query Monitor] High CPU load sometimesThank you for the fast response! I suppose I will have to ask the host to install Tideways XHProf then and see what is going on!
Best Regards,