ADMIN-AJAX slow on all my woocommerce sites.
-
hello all.
I have a very long load time for admin-ajax.php in ALL my woocommerce shops.
I search around the web and i cant find any solution. Does anyone here have any idea what I can do about it?
This is NOT working for me:
add_action( ‘init’, ‘my_deregister_heartbeat’, 1 );
function my_deregister_heartbeat() {
global $pagenow;if ( ‘post.php’ != $pagenow && ‘post-new.php’ != $pagenow )
wp_deregister_script(‘heartbeat’);
}Thanks a lot in advance
Greetings from the Netherlands
Robbie
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘ADMIN-AJAX slow on all my woocommerce sites.’ is closed to new replies.