Viewing 2 replies - 1 through 2 (of 2 total)
  • You can add this on your function:
    add_action( ‘wp_enqueue_scripts’, ‘dequeue_woocommerce_cart_fragments’, 11);
    function dequeue_woocommerce_cart_fragments() {
    if (is_front_page()) wp_dequeue_script(‘wc-cart-fragments’);
    }

    anonymized-11892634

    (@anonymized-11892634)

    @alcaporal This helped me out, thanks dude!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wc-ajax=get_refreshed_fragments slows down website speed’ is closed to new replies.