Ana A
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Huge spike in CPU usage/Account Executions after 4.0 updateMost probably, the best way to handle this is…
or what we have done that looks like the CPU usage going down over time is…Using Code Snippets Plugin:
1. Disable WooCommerce Analytics Dashboard
add_filter( 'woocommerce_admin_disabled', '__return_true' );2. Stop Heatbeat completely
add_action( 'init', 'stop_heartbeat', 1 ); function stop_heartbeat() { wp_deregister_script('heartbeat'); }Hope this helps.
Is it happening since Chrome update to version 77.0?
See here: yoast plugin overlays in the middle of the wordpress post using chrome Version 77.0.3865.75
https://support.google.com/chrome/thread/14142683?hl=enYoast guys, please help us solve this dilemma!
Is it happening since Chrome update to version 77.0?
See here: yoast plugin overlays in the middle of the wordpress post using chrome Version 77.0.3865.75
https://support.google.com/chrome/thread/14142683?hl=enYoast guys, please help us solve this dilemma!
Hi @pcosta88,
Thank you for your reply.
The same above point is reiterated with some code and more clarity in this post:
Change to default featured image (article schema #primaryimage)Would you be able to help with fixing/adjusting the code please?
Thanks in advance.Thank you @thundorstorm. Let me try and get back to you.
Thanks. Its already posted it here in a new topic. Looking forward to your help.
Change to default featured image (article schema #primaryimage)
Hello @mazedulislamkhan,
Could you please look into this thread as well? Basically, just need your expert advice in either modifying the underlying code (1) or to disable the specific schema (2).
(1) Change to default featured image (article schema #primaryimage)
(2) How to disable or change #primaryimage schema
Note: The ‘primary image’ issue ‘only occurs after Yoast version 11.1.1 update.
Thanks in advance for your time.
Looking for the same answer.